Use proper age param for nzbmatrix. fix #620

This commit is contained in:
Ruud
2012-08-02 22:14:35 +02:00
parent 5e481623fc
commit 196b27092e
@@ -43,7 +43,7 @@ class NZBMatrix(NZBProvider, RSS):
'username': self.conf('username'),
'apikey': self.conf('api_key'),
'searchin': 'weblink',
'age': Env.setting('retention', section = 'nzb'),
'maxage': Env.setting('retention', section = 'nzb'),
'english': self.conf('english_only'),
})
url = "%s?%s" % (self.urls['search'], arguments)