hotfix nil downloadLink

This commit is contained in:
Mukhtar Akere
2025-08-27 23:57:49 +01:00
parent 83058489b6
commit 8bb786c689
3 changed files with 25 additions and 30 deletions

View File

@@ -89,7 +89,6 @@ func (c *Cache) fetchDownloadLink(torrentName, filename, fileLink string) (*type
if err != nil {
if errors.Is(err, utils.HosterUnavailableError) {
c.logger.Trace().
Str("account", downloadLink.MaskedToken).
Str("filename", filename).
Str("torrent_id", ct.Id).
Msg("Hoster unavailable, attempting to reinsert torrent")