Browse Source

Update to_go even if movie isn't found in manage.

pull/1655/merge
Ruud 12 years ago
parent
commit
cbd29df52a
  1. 2
      couchpotato/core/plugins/manage/main.py

2
couchpotato/core/plugins/manage/main.py

@ -185,6 +185,8 @@ class Manage(Plugin):
# Add it to release and update the info
fireEvent('release.add', group = group)
fireEventAsync('library.update', identifier = identifier, on_complete = self.createAfterUpdate(folder, identifier))
else:
self.in_progress[folder]['to_go'] = self.in_progress[folder]['to_go'] - 1
return addToLibrary

Loading…
Cancel
Save