Merge pull request #2811 from Gadzy/develop

T411 specific download bugfix
This commit is contained in:
AdeHub
2017-01-21 09:37:12 +13:00
committed by GitHub

View File

@@ -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()