fix: AllDebrid webdav compatibility, and uncached downloads (#97)

This commit is contained in:
iPromKnight
2025-07-01 04:10:21 +01:00
committed by GitHub
parent 1d19be9013
commit a4ee0973cc
3 changed files with 37 additions and 2 deletions

View File

@@ -309,7 +309,7 @@ func (ad *AllDebrid) GetFileDownloadLinks(t *types.Torrent) error {
errCh <- err
return
}
if link != nil {
if link == nil {
errCh <- fmt.Errorf("download link is empty")
return
}