Fix issue with bins

This commit is contained in:
Ben Sarmiento
2024-05-27 07:01:59 +02:00
parent ac89f53896
commit 9e44721fa2
3 changed files with 29 additions and 56 deletions

View File

@@ -145,8 +145,6 @@ func (t *TorrentManager) refreshTorrents() []string {
return false
})
t.cleanupBins(freshIDs)
return updatedPaths.ToSlice()
}