Minor cleanup to Searcher and Matcher

Conflicts:

	couchpotato/core/plugins/matcher/main.py
This commit is contained in:
Dean Gardiner
2013-10-16 15:46:46 +13:00
parent 8e51513ee0
commit 1c8fed5457
@@ -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: