From 1e41422f22dc8b1c760d5d7e34a784591bc47cb8 Mon Sep 17 00:00:00 2001 From: MageMinds Date: Wed, 25 Jan 2012 11:31:10 -0500 Subject: [PATCH] Update headphones/searcher.py --- headphones/searcher.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 18980ab6..b6bde4d2 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