From 27123151081ee37751c1dae4d581bccf97dda637 Mon Sep 17 00:00:00 2001 From: Mukhtar Akere Date: Mon, 27 Oct 2025 11:45:12 +0100 Subject: [PATCH] hotfix: downloader deleting files with multi-season --- pkg/wire/downloader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/wire/downloader.go b/pkg/wire/downloader.go index 9c864ff..6f7af1b 100644 --- a/pkg/wire/downloader.go +++ b/pkg/wire/downloader.go @@ -610,7 +610,7 @@ func (s *Store) processMultiSeasonDownloads(torrent *Torrent, debridTorrent *typ // Update season torrent with final path seasonTorrent.TorrentPath = seasonDownloadPath - torrent.ContentPath = seasonDownloadPath + seasonTorrent.ContentPath = seasonDownloadPath seasonTorrent.State = "pausedUP" // Add the season torrent to storage