Requeue if popd and continuing

This commit is contained in:
Ben Sarmiento
2024-02-16 05:52:17 +01:00
parent 255fbfe976
commit 6eaf016107

View File

@@ -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)