Don't save in_wanted and in_library recursively. fixes #202

This commit is contained in:
Ruud
2012-05-03 21:48:01 +02:00
parent d879974d20
commit 3e5a5e250c
+1
View File
@@ -68,6 +68,7 @@ class LibraryPlugin(Plugin):
do_update = False
else:
info = fireEvent('movie.info', merge = True, identifier = identifier)
del info['in_wanted'], info['in_library'] # Don't need those here
if not info or len(info) == 0:
log.error('Could not update, no movie info to work with: %s' % identifier)
return False