mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 10:33:38 +00:00
Change send info now required by qBittorrent 3.13+ clients.
This commit is contained in:
parent
f1550e4ebc
commit
e9b2f386f7
2 changed files with 7 additions and 1 deletions
|
@ -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
|
* Remove provider Freshon.tv
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ class QbittorrentAPI(GenericClient):
|
||||||
super(QbittorrentAPI, self).__init__('qBittorrent', host, username, password)
|
super(QbittorrentAPI, self).__init__('qBittorrent', host, username, password)
|
||||||
|
|
||||||
self.url = self.host
|
self.url = self.host
|
||||||
|
self.session.headers.update({'Origin': self.host})
|
||||||
|
|
||||||
def _get_auth(self):
|
def _get_auth(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue