From c604ffe3c81b8fd91696e0f8906d88a0b1fce0be Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 1 Jan 2012 12:51:30 +0100 Subject: [PATCH] Let users know they have to enable a downloader --- couchpotato/core/plugins/searcher/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/plugins/searcher/main.py b/couchpotato/core/plugins/searcher/main.py index 63020395..66df34f2 100644 --- a/couchpotato/core/plugins/searcher/main.py +++ b/couchpotato/core/plugins/searcher/main.py @@ -131,6 +131,7 @@ class Searcher(Plugin): return True + log.error('Tried to download, but none of the downloaders are enabled') return False def correctMovie(self, nzb = {}, movie = {}, quality = {}, **kwargs):