diff --git a/headphones/searcher.py b/headphones/searcher.py index 80b6ebba..4ff4e360 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -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