fix(qbittorrent): set autoTMM (#4217)

This commit is contained in:
Brian 2023-04-22 13:33:54 +08:00 committed by GitHub
parent 8711f2a1c5
commit 340cb940e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,7 @@ func (c *client) AddFromLink(link string, savePath string, id string) error {
addField("urls", link)
addField("savepath", savePath)
addField("tags", "alist-"+id)
addField("autoTMM", "false")
if err != nil {
return err
}