Check for other broken files when repairing

This commit is contained in:
Ben Sarmiento
2024-05-25 01:51:00 +02:00
parent 0a086d7a14
commit abb80b4257
3 changed files with 12 additions and 4 deletions

View File

@@ -234,7 +234,7 @@ func (t *TorrentManager) writeInfoToFile(info *realdebrid.TorrentInfo) {
return
}
t.log.Debugf("Saved torrent %s to info file", info.ID)
// t.log.Debugf("Saved torrent %s to info file", info.ID)
}
func (t *TorrentManager) readInfoFromFile(torrentID string) *realdebrid.TorrentInfo {