Rigorous fix check

This commit is contained in:
Ben Sarmiento
2024-01-26 22:51:08 +01:00
parent 979151d2de
commit 52046cb3db
3 changed files with 8 additions and 4 deletions

View File

@@ -63,6 +63,7 @@ func (t *TorrentManager) RefreshTorrents() []string {
t.log.Debugf("Ensuring that torrent id=%s is deleted", fixerID)
t.Delete(t.GetKey(torrent), true)
t.Api.DeleteTorrent(fixerID)
infoCache.Remove(fixerID)
return false
})