mirror of
https://github.com/celogeek/go-qbittorrent-sync.git
synced 2025-05-24 16:02:37 +02:00
removeTags from torrent instead of deleteTags
This commit is contained in:
parent
e5114a9196
commit
5d16ff8424
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user