1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 04:54:18 +00:00

Merge pull request #8597 from Piccirello/fix

Use correct API method URL in WebUI
This commit is contained in:
Vladimir Golovnev 2018-03-14 15:19:00 +03:00 committed by GitHub
commit c061d67b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
}
else {
new Request({
url: 'api/v2/torrents/set_upload_limit',
url: 'api/v2/torrents/setUploadLimit',
method: 'post',
data: {
'hashes': hashes.join('|'),