add disclaimer

This commit is contained in:
Ben Sarmiento
2024-01-20 04:12:19 +01:00
parent d906230514
commit 47dfef9e21

View File

@@ -164,6 +164,8 @@ func (t *TorrentManager) getMoreInfo(rdTorrent realdebrid.Torrent) *Torrent {
if !hasBrokenFiles { if !hasBrokenFiles {
infoCache.Set(rdTorrent.ID, torrentFromFile) infoCache.Set(rdTorrent.ID, torrentFromFile)
return torrentFromFile return torrentFromFile
} else {
t.log.Warnf("Torrent %s has broken files, will not save on info cache", rdTorrent.ID)
} }
} }