mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-03 02:14:16 +00:00
Fix unable to add multiple peers in WebUI
Wrong delimiter was used.
This commit is contained in:
parent
eb0295197c
commit
2c8230f1ae
@ -42,7 +42,7 @@
|
|||||||
method: 'post',
|
method: 'post',
|
||||||
data: {
|
data: {
|
||||||
hashes: hash,
|
hashes: hash,
|
||||||
peers: peers.join(';')
|
peers: peers.join('|')
|
||||||
},
|
},
|
||||||
onFailure: function() {
|
onFailure: function() {
|
||||||
alert("QBT_TR(Unable to add peers. Please ensure you are adhering to the IP:port format.)QBT_TR[CONTEXT=HttpServer]");
|
alert("QBT_TR(Unable to add peers. Please ensure you are adhering to the IP:port format.)QBT_TR[CONTEXT=HttpServer]");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user