hotfix qbittorent

This commit is contained in:
Mukhtar Akere
2025-02-13 14:19:07 +01:00
parent bfd2596367
commit 4b2f601df2

View File

@@ -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"