mirror of
https://github.com/rembo10/headphones.git
synced 2026-06-26 04:23:51 +01:00
T411 specific dowload bugfix
Fixed a bug where T411 was not checked when choosing specific download
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user