From e8009c00d24dbe8e51978fddeb4c1c618f1fad57 Mon Sep 17 00:00:00 2001 From: Gadzy Date: Thu, 22 Dec 2016 07:19:20 +0100 Subject: [PATCH] T411 specific dowload bugfix Fixed a bug where T411 was not checked when choosing specific download --- headphones/searcher.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 4b52216b..ded12002 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -278,7 +278,8 @@ def do_sorted_search(album, new, losslessOnly, choose_specific_download=False): headphones.CONFIG.RUTRACKER or headphones.CONFIG.APOLLO or headphones.CONFIG.PTH or - headphones.CONFIG.STRIKE) + headphones.CONFIG.STRIKE or + headphones.CONFIG.TQUATTRECENTONZE) results = [] myDB = db.DBConnection()