This commit is contained in:
Mukhtar Akere
2025-06-14 19:32:50 +01:00
parent 22280f15cf
commit 7cf25f53e7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -243,7 +243,6 @@ func (s *Store) processFiles(torrent *Torrent, debridTorrent *types.Torrent, imp
onFailed(err)
return
}
s.logger.Debug().Msgf("Download Post-Download Action")
torrentSymlinkPath, err = s.processDownload(torrent, debridTorrent)
if err != nil {
onFailed(err)