mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-17 10:29:28 +01:00
Update headphones/searcher.py
This commit is contained in:
@@ -236,9 +236,8 @@ def searchNZB(albumid=None, new=False):
|
||||
if headphones.NZBSORG:
|
||||
provider = "nzbsorg"
|
||||
if headphones.PREFERRED_QUALITY == 3:
|
||||
categories = "5"
|
||||
categories = "31"
|
||||
maxsize = 10000000000
|
||||
term = term + ' flac'
|
||||
elif headphones.PREFERRED_QUALITY:
|
||||
categories = "5"
|
||||
maxsize = 2000000000
|
||||
|
||||
Reference in New Issue
Block a user