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,