stream file fix

This commit is contained in:
Ben Sarmiento
2023-10-29 16:29:18 +01:00
parent 3c39dca7c2
commit 5c3d159c3f
6 changed files with 51 additions and 35 deletions

View File

@@ -557,7 +557,7 @@ func (t *TorrentManager) repair(torrentID string, selectedFiles []File, tryReins
t.reinsertTorrent(torrent, missingFiles2, false)
}
} else {
log.Println("Cannot repair", torrent.Name)
log.Println("Cannot repair as the only 1 torrent is already broken in RD", torrent.ID, torrent.Name)
return
}
log.Println("Waiting for downloads to finish")