Browse Source

Don't loop over releases when download doesn't support check snatched. fix #887

pull/908/head
Ruud 13 years ago
parent
commit
9184a97fcd
  1. 2
      couchpotato/core/plugins/renamer/main.py

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

@ -521,7 +521,7 @@ class Renamer(Plugin):
if not statuses:
log.debug('Download status functionality is not implemented for active downloaders.')
scan_required = True
else:
try:
for rel in rels:
rel_dict = rel.to_dict({'info': {}})

Loading…
Cancel
Save