Chain result weight now returned from TV searcher correctRelease function.

This commit is contained in:
Dean Gardiner
2013-10-03 01:00:46 +13:00
parent 8d368ecf29
commit 0793668e5c
+1 -1
View File
@@ -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