Check torrents only if at least one provider is checked (force search fix)

This commit is contained in:
Remy Varma
2012-01-27 11:38:15 +00:00
parent 3349220ef3
commit beb5636f8a

View File

@@ -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: