mirror of
https://github.com/evilhero/mylar
synced 2025-01-03 05:24:43 +00:00
FIX: Change qBt resume_all to a POST operation.
This commit is contained in:
parent
96851510a5
commit
47ea602422
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ class Client(object):
|
||||||
"""
|
"""
|
||||||
Resume all torrents.
|
Resume all torrents.
|
||||||
"""
|
"""
|
||||||
return self._get('api/v2/torrents/resume', data={'hashes': 'all'})
|
return self._post('api/v2/torrents/resume', data={'hashes': 'all'})
|
||||||
|
|
||||||
def resume_multiple(self, infohash_list):
|
def resume_multiple(self, infohash_list):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue