diff --git a/couchpotato/core/plugins/library/main.py b/couchpotato/core/plugins/library/main.py index 11c212ab..1a4880ca 100644 --- a/couchpotato/core/plugins/library/main.py +++ b/couchpotato/core/plugins/library/main.py @@ -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