Browse Source

Make sure we return true on success

pull/2607/head
mano3m 12 years ago
parent
commit
69569758d9
  1. 2
      couchpotato/core/plugins/release/main.py

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

@ -333,7 +333,7 @@ class Release(Plugin):
log.error('Failed storing download status: %s', traceback.format_exc())
return False
return False
return True
def tryDownloadResult(self, results, media, quality_type, manual = False):
ignored_status, failed_status = fireEvent('status.get', ['ignored', 'failed'], single = True)

Loading…
Cancel
Save