diff --git a/internal/torrent/fixer.go b/internal/torrent/fixer.go index ab73448..0b71283 100644 --- a/internal/torrent/fixer.go +++ b/internal/torrent/fixer.go @@ -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) } }