This commit is contained in:
Mukhtar Akere
2025-02-28 03:10:14 +01:00
parent 65fb2d1e7c
commit f04d7ac86e
7 changed files with 9 additions and 24 deletions

View File

@@ -234,7 +234,6 @@ func (tb *Torbox) CheckStatus(torrent *torrent.Torrent, isSymlink bool) (*torren
break
} else if status == "downloading" {
if !tb.DownloadUncached {
go tb.DeleteTorrent(torrent)
return torrent, fmt.Errorf("torrent: %s not cached", torrent.Name)
}
// Break out of the loop if the torrent is downloading.