Add bins to home page

This commit is contained in:
Ben Sarmiento
2024-05-25 01:54:35 +02:00
parent abb80b4257
commit a681912fc1
3 changed files with 53 additions and 38 deletions

View File

@@ -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