Browse Source

Merge branch 'master' into develop

pull/949/head
JackDandy 8 years ago
parent
commit
f1a17ea879
  1. 5
      CHANGES.md
  2. 1
      sickbeard/clients/qbittorrent.py

5
CHANGES.md

@ -69,6 +69,11 @@
* Remove AlphaReign torrent provider
### 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

1
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):

Loading…
Cancel
Save