mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Merge pull request #8597 from Piccirello/fix
Use correct API method URL in WebUI
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
new Request({
|
new Request({
|
||||||
url: 'api/v2/torrents/set_upload_limit',
|
url: 'api/v2/torrents/setUploadLimit',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: {
|
data: {
|
||||||
'hashes': hashes.join('|'),
|
'hashes': hashes.join('|'),
|
||||||
|
|||||||
Reference in New Issue
Block a user