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)
|
toDelete = append(toDelete, id)
|
||||||
case "repaired": // this torrent contains broken files
|
case "repaired": // this torrent contains broken files
|
||||||
if instance.Progress != 100 {
|
if instance.Progress != 100 {
|
||||||
|
t.fixers.Set(id, "repaired") // requeue the fixer
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
torrent := t.getMoreInfo(instance)
|
torrent := t.getMoreInfo(instance)
|
||||||
|
|||||||
Reference in New Issue
Block a user