As a result of adding a torrent file using the WebUI API /api/v2/torrents/add with the tags parameter set to tag1,tag2, the torrent is assigned only one (first) tag. Naturally, tags are pre-added to the client.
Steps to reproduce
Try to add torrent file using the WebUI API /api/v2/torrents/add with the tags parameter set to something like this tag1,tag2
qBittorrent & operating system versions
qBittorrent-nox: 4.6.5
/api/v2/torrents/add
What is the problem?
As a result of adding a torrent file using the WebUI API
/api/v2/torrents/add
with thetags
parameter set totag1,tag2
, the torrent is assigned only one (first) tag. Naturally, tags are pre-added to the client.Steps to reproduce
Try to add torrent file using the WebUI API
/api/v2/torrents/add
with thetags
parameter set to something like thistag1,tag2
Additional context
The server responds with OK 200.
Log(s) & preferences file(s)