Fix the fixer

This commit is contained in:
Ben Sarmiento
2024-02-05 00:42:28 +01:00
parent 306d415acc
commit 6726b1e54e
3 changed files with 22 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ func (t *TorrentManager) refreshTorrents() []string {
if t.Config.EnableRepair() {
t.workerPool.Submit(func() {
t.handleFixers()
t.handleFixers(instances)
})
}