mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Merge pull request #8597 from Piccirello/fix
Use correct API method URL in WebUI
This commit is contained in:
commit
c061d67b14
1 changed files with 1 additions and 1 deletions
|
@ -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('|'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue