Add bins to home page
This commit is contained in:
@@ -45,8 +45,8 @@ type TorrentManager struct {
|
||||
repairRunning bool
|
||||
repairRunningMu sync.Mutex
|
||||
|
||||
immediateBin mapset.Set[string]
|
||||
onceDoneBin mapset.Set[string]
|
||||
ImmediateBin mapset.Set[string]
|
||||
OnceDoneBin mapset.Set[string]
|
||||
}
|
||||
|
||||
// NewTorrentManager creates a new torrent manager
|
||||
|
||||
Reference in New Issue
Block a user