mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Merge pull request #12449 from SeproDE/fix-addMultiplePeers
Fix add multiple peers from webui
This commit is contained in:
@@ -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]");
|
||||
|
||||
Reference in New Issue
Block a user