diff --git a/couchpotato/core/providers/nzb/nzbmatrix/main.py b/couchpotato/core/providers/nzb/nzbmatrix/main.py index 952f4fc2..9c227243 100644 --- a/couchpotato/core/providers/nzb/nzbmatrix/main.py +++ b/couchpotato/core/providers/nzb/nzbmatrix/main.py @@ -111,7 +111,7 @@ class NZBMatrix(NZBProvider, RSS): return results def getApiExt(self): - return '&username=%s&apikey=%s' % (self.conf('username'), self.conf('apikey')) + return '&username=%s&apikey=%s' % (self.conf('username'), self.conf('api_key')) def isEnabled(self): return NZBProvider.isEnabled(self) and self.conf('username') and self.conf('api_key')