Refactors 2
This commit is contained in:
@@ -26,7 +26,6 @@ func (t *TorrentManager) StartRepairJob() {
|
||||
return
|
||||
}
|
||||
|
||||
t.repairChan = make(chan *Torrent)
|
||||
t.RepairQueue = mapset.NewSet[*Torrent]()
|
||||
t.RepairAllTrigger = make(chan struct{})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user