From b40b93cbe59ea67bc9b9df5c9f9d302685723920 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Wed, 25 Dec 2019 01:39:27 +0000 Subject: [PATCH] Fix Synology DownloadStation test dev mode. --- CHANGES.md | 7 ++++++- sickbeard/clients/download_station.py | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a5cfedf..ff64db4 100644 --- a/CHANGES.md +++ b/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 diff --git a/sickbeard/clients/download_station.py b/sickbeard/clients/download_station.py index 0e75735..ee0be72 100644 --- a/sickbeard/clients/download_station.py +++ b/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',