Requeue if popd and continuing
This commit is contained in:
@@ -41,6 +41,7 @@ func (t *TorrentManager) processFixers(instances []realdebrid.Torrent) {
|
||||
toDelete = append(toDelete, id)
|
||||
case "repaired": // this torrent contains broken files
|
||||
if instance.Progress != 100 {
|
||||
t.fixers.Set(id, "repaired") // requeue the fixer
|
||||
continue
|
||||
}
|
||||
torrent := t.getMoreInfo(instance)
|
||||
|
||||
Reference in New Issue
Block a user