Browse Source

Merge pull request #7234 from Safihre/patch-2

Switch from qstatus (deprecated) to queue API call for SABnzbd
pull/7257/head
Ruud Burger 8 years ago
committed by GitHub
parent
commit
b2dfcf8982
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      couchpotato/core/downloaders/sabnzbd.py

2
couchpotato/core/downloaders/sabnzbd.py

@ -100,7 +100,7 @@ class Sabnzbd(DownloaderBase):
# the version check will work even with wrong api key, so we need the next check as well
sab_data = self.call({
'mode': 'qstatus',
'mode': 'queue',
})
if not sab_data:
return False

Loading…
Cancel
Save