diff --git a/pkg/qbit/torrent.go b/pkg/qbit/torrent.go index 99689a6..4f8c1d9 100644 --- a/pkg/qbit/torrent.go +++ b/pkg/qbit/torrent.go @@ -173,7 +173,6 @@ func (q *QBit) UpdateTorrent(t *Torrent, debridTorrent *debrid.Torrent) *Torrent } t = q.UpdateTorrentMin(t, debridTorrent) t.ContentPath = t.TorrentPath + string(os.PathSeparator) - t.SavePath = t.ContentPath if t.IsReady() { t.State = "pausedUP"