summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-11-15 18:56:22 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-11-15 18:56:22 +0800
commitc726428f151492ea4e535d9d48854e40b418f4f8 (patch)
treef91bbd513b8ff408391ba3f72df03a0621267975
parent6d9fc808200f293c730b04d6938f919f55b02e20 (diff)
ppstream: only fetch movie meta data once
-rw-r--r--totem/plugin/ppstream.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/totem/plugin/ppstream.py b/totem/plugin/ppstream.py
index b88fda4..2e515a9 100644
--- a/totem/plugin/ppstream.py
+++ b/totem/plugin/ppstream.py
@@ -1361,6 +1361,7 @@ class PPStream (totem.Plugin):
for index in visible_movies:
movie = movies[index]
self.fetch_movie_meta_data(self.movie_class_path, movie)
+ self.last_visible_movies_updated = True
else:
self.last_visible_movies_updated = False
self.last_visible_movies = visible_movies