Browse Source

Merge pull request #8597 from Piccirello/fix

Use correct API method URL in WebUI
adaptive-webui-19844
Vladimir Golovnev 7 years ago committed by GitHub
parent
commit
c061d67b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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