stream file fix
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user