removeTags from torrent instead of deleteTags

This commit is contained in:
Celogeek 2023-08-16 19:49:14 +02:00
parent e5114a9196
commit 5d16ff8424
Signed by: celogeek
SSH Key Fingerprint: SHA256:DEDfxIK2nUWXbslbRkww3zsauDjhWHlTXar+ak4lDJ4

View File

@ -178,7 +178,7 @@ func (c *QBittorrentCli) SetDone(t *Torrent) error {
"hashes": t.Hash, "hashes": t.Hash,
"tags": c.SyncTag, "tags": c.SyncTag,
}). }).
Post("/torrents/deleteTags") Post("/torrents/removeTags")
if err != nil { if err != nil {
return err return err