Merge pull request #12449 from SeproDE/fix-addMultiplePeers

Fix add multiple peers from webui
This commit is contained in:
Mike Tzou
2020-04-10 12:22:22 +08:00
committed by GitHub

View File

@@ -42,7 +42,7 @@
method: 'post',
data: {
hashes: hash,
peers: peers.join(';')
peers: peers.join('|')
},
onFailure: function() {
alert("QBT_TR(Unable to add peers. Please ensure you are adhering to the IP:port format.)QBT_TR[CONTEXT=HttpServer]");