Skip to content

Commit

Permalink
fix(qbittorrent): set autoTMM (#4217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rektyfikowany authored Apr 22, 2023
1 parent 8711f2a commit 340cb94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/qbittorrent/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 340cb94

Please sign in to comment.