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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|