Add repair all trigger
This commit is contained in:
@@ -134,7 +134,7 @@ func (t *TorrentManager) binOnceDoneErrorCheck(torrentId, status string) bool {
|
||||
if status == "downloading" || status == "downloaded" || status == "uploading" || status == "queued" || status == "compressing" || status == "waiting_files_selection" {
|
||||
return false
|
||||
}
|
||||
t.repairLog.Errorf("Bin: error status=%s, checking if %s should be deleted", status, torrentId)
|
||||
t.repairLog.Infof("Bin: error status=%s, checking if %s should be deleted", status, torrentId)
|
||||
return t.binOnceDone(torrentId, true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user