diff --git a/couchpotato/core/media/_base/searcher/main.py b/couchpotato/core/media/_base/searcher/main.py index 58bdab54..c52bc0c5 100644 --- a/couchpotato/core/media/_base/searcher/main.py +++ b/couchpotato/core/media/_base/searcher/main.py @@ -156,6 +156,7 @@ class Searcher(SearcherBase): def search(self, protocols, media, quality): results = [] + # TODO could this be handled better? (removing the need for 'searcher.get_media_searcher_id') searcher_id = fireEvent('searcher.get_media_searcher_id', media['type'], single = True) for search_protocol in protocols: