Browse Source

Use correct API method URL in WebUI

Fix up 27d8dbf.
Closes #8596.
adaptive-webui-19844
Thomas Piccirello 7 years ago
parent
commit
4863078744
  1. 2
      src/webui/www/private/uploadlimit.html

2
src/webui/www/private/uploadlimit.html

@ -38,7 +38,7 @@ @@ -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…
Cancel
Save