Add logs route, add rar handler
This commit is contained in:
@@ -22,7 +22,7 @@ func (t *TorrentManager) repairAll() {
|
||||
if torrent.AnyInProgress() && torrent.ForRepair {
|
||||
t.log.Warnf("Skipping %s for repairs because it is in progress", torrent.AccessKey)
|
||||
return
|
||||
} else if torrent.ForRepair {
|
||||
} else if torrent.ForRepair && !torrent.Unfixable {
|
||||
toRepair = append(toRepair, torrent)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user