1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-10 04:11:16 +00:00

Use correct API method URL in WebUI

Fix up 27d8dbf.
Closes #8596.
This commit is contained in:
Thomas Piccirello 2018-03-14 00:52:42 -04:00
parent e78b5202bc
commit 4863078744

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('|'),