From eb9d91f8dec59f24579ade225ad210f17741f374 Mon Sep 17 00:00:00 2001 From: Ben Sarmiento Date: Mon, 5 Feb 2024 04:01:20 +0100 Subject: [PATCH] Delete fixer --- internal/torrent/fixer.go | 1 + 1 file changed, 1 insertion(+) 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) } }