qBittorrent
qBittorrent copied to clipboard
Unable to add more than one tag when adding a torrent via WebUI API
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 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
Additional context
The server responds with OK 200.