Fix the fixer
This commit is contained in:
@@ -88,7 +88,7 @@ func (t *TorrentManager) refreshTorrents() []string {
|
||||
|
||||
if t.Config.EnableRepair() {
|
||||
t.workerPool.Submit(func() {
|
||||
t.handleFixers()
|
||||
t.handleFixers(instances)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user