Fix detection issues
This commit is contained in:
@@ -40,7 +40,6 @@ func (t *TorrentManager) Delete(accessKey string, deleteInRD bool) {
|
||||
})
|
||||
}
|
||||
}
|
||||
t.allAccessKeys.Remove(accessKey)
|
||||
t.log.Infof("Removing torrent %s from zurg database (not real-debrid)", accessKey)
|
||||
t.DirectoryMap.IterCb(func(directory string, torrents cmap.ConcurrentMap[string, *Torrent]) {
|
||||
torrents.Remove(accessKey)
|
||||
|
||||
Reference in New Issue
Block a user