Delete fixer

This commit is contained in:
Ben Sarmiento
2024-02-05 04:01:20 +01:00
parent bc67dc2d5d
commit eb9d91f8de

View File

@@ -47,6 +47,7 @@ func (t *TorrentManager) processFixers(instances []realdebrid.Torrent) {
t.log.Debugf("Repairing torrent %s again now that fixer id=%s is done", t.GetKey(torrent), id)
repairMe, _ := allTorrents.Get(t.GetKey(torrent))
toRedownload = append(toRedownload, repairMe)
toDelete = append(toDelete, id)
}
}