From 34f7d6cf593d5b5dce865c51492a0789c81f1b98 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Sat, 24 Mar 2012 23:30:03 +0000 Subject: [PATCH] Changed nzbmatrix age parameter to maxage :-) --- headphones/searcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 178d1b65..5cc3a8d8 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -155,7 +155,7 @@ def searchNZB(albumid=None, new=False, losslessOnly=False): "username": headphones.NZBMATRIX_USERNAME, "apikey": headphones.NZBMATRIX_APIKEY, "subcat": categories, - "age": headphones.USENET_RETENTION, + "maxage": headphones.USENET_RETENTION, "english": 1, "ssl": 1, "scenename": 1,