Delete fixer
This commit is contained in:
@@ -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)
|
t.log.Debugf("Repairing torrent %s again now that fixer id=%s is done", t.GetKey(torrent), id)
|
||||||
repairMe, _ := allTorrents.Get(t.GetKey(torrent))
|
repairMe, _ := allTorrents.Get(t.GetKey(torrent))
|
||||||
toRedownload = append(toRedownload, repairMe)
|
toRedownload = append(toRedownload, repairMe)
|
||||||
|
toDelete = append(toDelete, id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user