hotfix un-cached downloading

This commit is contained in:
Mukhtar Akere
2025-04-03 11:26:27 +01:00
parent dc6ee2f020
commit b34935d490

View File

@@ -252,6 +252,7 @@ func (r *RealDebrid) CheckStatus(t *torrent.Torrent, isSymlink bool) (*torrent.T
if !t.DownloadUncached {
return t, fmt.Errorf("torrent: %s not cached", t.Name)
}
break
} else {
return t, fmt.Errorf("torrent: %s has error: %s", t.Name, status)
}