Browse Source

Switch from qstatus (deprecated) to queue API call for SABnzbd

Will be deprecated very soon.
pull/7234/head
Safihre 8 years ago
committed by GitHub
parent
commit
2ed4154672
  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 # the version check will work even with wrong api key, so we need the next check as well
sab_data = self.call({ sab_data = self.call({
'mode': 'qstatus', 'mode': 'queue',
}) })
if not sab_data: if not sab_data:
return False return False

Loading…
Cancel
Save