From 0793668e5cd47ab031fd2f5bcb4d53383fea40cf Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Thu, 3 Oct 2013 01:00:46 +1300 Subject: [PATCH] Chain result weight now returned from TV searcher correctRelease function. --- couchpotato/core/media/show/searcher/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/show/searcher/main.py b/couchpotato/core/media/show/searcher/main.py index 7c1e8479..48f8dccb 100644 --- a/couchpotato/core/media/show/searcher/main.py +++ b/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