From e9b2f386f7ad138c248ec0d57624542cd792558f Mon Sep 17 00:00:00 2001 From: JackDandy Date: Thu, 15 Jun 2017 04:20:06 +0100 Subject: [PATCH] Change send info now required by qBittorrent 3.13+ clients. --- CHANGES.md | 7 ++++++- sickbeard/clients/qbittorrent.py | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 34a2358a..ba49657b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,9 @@ -### 0.12.19 (2017-05-20 10:30:00 UTC) +### 0.12.20 (2017-06-14 22:00:00 UTC) + +* Change send info now required by qBittorrent 3.13+ clients + + +### 0.12.19 (2017-05-20 10:30:00 UTC) * Remove provider Freshon.tv diff --git a/sickbeard/clients/qbittorrent.py b/sickbeard/clients/qbittorrent.py index 51fef677..be155eaa 100644 --- a/sickbeard/clients/qbittorrent.py +++ b/sickbeard/clients/qbittorrent.py @@ -24,6 +24,7 @@ class QbittorrentAPI(GenericClient): super(QbittorrentAPI, self).__init__('qBittorrent', host, username, password) self.url = self.host + self.session.headers.update({'Origin': self.host}) def _get_auth(self):