Refactors 2

This commit is contained in:
Ben Adrian Sarmiento
2024-07-11 22:33:20 +02:00
parent 4aafe5b4fc
commit 7509f0fa59
6 changed files with 12 additions and 48 deletions

View File

@@ -52,7 +52,6 @@ type TorrentManager struct {
latestState *LibraryState
repairChan chan *Torrent
RepairQueue mapset.Set[*Torrent]
repairRunning bool
repairRunningMu sync.Mutex