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