Browse Source

Always return list with backup_id

pull/51/merge
Ruud 14 years ago
parent
commit
f4c38c9b1d
  1. 2
      couchpotato/core/providers/base.py

2
couchpotato/core/providers/base.py

@ -118,7 +118,7 @@ class YarrProvider(Provider):
if identifier in qualities:
return ids
return False
return [self.cat_backup_id]
def found(self, new):
log.info('Found: score(%(score)s): %(name)s' % new)

Loading…
Cancel
Save