Browse Source

Chain result weight now returned from TV searcher correctRelease function.

pull/2356/head
Dean Gardiner 12 years ago
parent
commit
0793668e5c
  1. 2
      couchpotato/core/media/show/searcher/main.py

2
couchpotato/core/media/show/searcher/main.py

@ -200,7 +200,7 @@ class ShowSearcher(Plugin):
library_title = ' '.join(valid_words)
if valid_words == chain_words:
return True
return chain.weight
log.info("Wrong: title '%s', undetermined show naming. Looking for '%s (%s)'", (chain_title, library_title, media['library']['year']))
return False

Loading…
Cancel
Save