Browse Source

Merge branch 'hotfix/0.20.17'

tags/release_0.20.17^0 release_0.20.17
JackDandy 5 years ago
parent
commit
db0055fc83
  1. 7
      CHANGES.md
  2. 1
      sickbeard/clients/download_station.py

7
CHANGES.md

@ -1,4 +1,9 @@
### 0.20.16 (2019-12-25 00:40:00 UTC)
### 0.20.17 (2019-12-25 01:40:00 UTC)
* Fix Synology DownloadStation test dev mode
### 0.20.16 (2019-12-25 00:40:00 UTC)
* Fix SkyTorrents provider
* Fix download link quote url process

1
sickbeard/clients/download_station.py

@ -36,6 +36,7 @@ class DownloadStationAPI(GenericClient):
self.url_info = self.url_base + 'query.cgi'
self.url = self.url_base + 'DownloadStation/task.cgi'
self._errmsg = None
self._testmode = False
common_errors = {
-1: 'Could not get a response', 100: 'Unknown error', 101: 'Invalid parameter',

Loading…
Cancel
Save