summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-11-15 11:10:54 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-11-15 11:10:54 +0800
commit5a6879f942086bd95163d4fa6319d128746ff3d7 (patch)
treed8ae4c56cd76bf8a31467ac05288cec6a2a1fe14
parente6c04f83c72141086f9e81ddc7b001a4ea3806ee (diff)
ppstream: don't fetch meta data for movies don't have bkid
-rw-r--r--totem/plugin/ppstream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/totem/plugin/ppstream.py b/totem/plugin/ppstream.py
index 64409b7..185ab78 100644
--- a/totem/plugin/ppstream.py
+++ b/totem/plugin/ppstream.py
@@ -721,7 +721,7 @@ class PPStream (totem.Plugin):
def fetch_movie_meta_data(self, class_path, movie):
cls = self.get_movie_class (class_path)
- if movie.meta_data:
+ if movie.meta_data or not movie.bkid:
return
print 'fetching movie meta data:', movie