diff --git a/couchpotato/core/media/show/searcher/main.py b/couchpotato/core/media/show/searcher/main.py index 7c1e847..48f8dcc 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