From beb5636f8a165ae5601da21e6aa3288516d7dcb1 Mon Sep 17 00:00:00 2001 From: Remy Varma Date: Fri, 27 Jan 2012 11:38:15 +0000 Subject: [PATCH] Check torrents only if at least one provider is checked (force search fix) --- headphones/searcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 21b31704..e8b1289b 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -76,7 +76,7 @@ def searchforalbum(albumid=None, new=False): if (headphones.NZBMATRIX or headphones.NEWZNAB or headphones.NZBSORG or headphones.NEWZBIN) and (headphones.SAB_HOST or headphones.BLACKHOLE): foundNZB = searchNZB(result['AlbumID'], new) - if foundNZB == "none": + if (headphones.KAT or headphones.ISOHUNT or headphones.MININOVA) and foundNZB == "none": searchTorrent(result['AlbumID'], new) else: