Use new movie.list

This commit is contained in:
Ruud
2012-06-10 18:45:13 +02:00
parent 1f496b5209
commit 350185b9fd
+1 -1
View File
@@ -67,7 +67,7 @@ class Manage(Plugin):
if self.conf('cleanup') and full and not self.shuttingDown():
# Get movies with done status
done_movies = fireEvent('movie.list', status = 'done', single = True)
total_movies, done_movies = fireEvent('movie.list', status = 'done', single = True)
for done_movie in done_movies:
if done_movie['library']['identifier'] not in added_identifiers: