Closed LXGaming closed 3 months ago
so {tags: ''}
will remove all tags?
Sorry I should have mentioned that in the PR, Yes sending {tags: ''}
will remove all tags, this behavior is documented
https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#remove-torrent-tags
tags
is the list of tags you want to remove from passed torrents. Empty list removes all tags from relevant torrents.
Description
Flood is attempting to remove the tag
undefined
when it's suppose to be removing all tags.Related Issue
605
Screenshots
Types of changes
Coalesce
undefined
to a blank string.