diff --git a/qbittorent.go b/qbittorent.go index 6d53213..7aa6097 100644 --- a/qbittorent.go +++ b/qbittorent.go @@ -178,7 +178,7 @@ func (c *QBittorrentCli) SetDone(t *Torrent) error { "hashes": t.Hash, "tags": c.SyncTag, }). - Post("/torrents/deleteTags") + Post("/torrents/removeTags") if err != nil { return err