Upgrade data version

This commit is contained in:
Ben Sarmiento
2024-01-30 03:06:17 +01:00
parent 5ce8327053
commit 4e389fa79c

View File

@@ -56,7 +56,7 @@ func NewTorrentManager(cfg config.ConfigInterface, api *realdebrid.RealDebrid, w
RepairKillSwitch: make(chan struct{}, 1), RepairKillSwitch: make(chan struct{}, 1),
allAccessKeys: mapset.NewSet[string](), allAccessKeys: mapset.NewSet[string](),
latestState: &LibraryState{}, latestState: &LibraryState{},
requiredVersion: "0.9.3-hotfix.3", requiredVersion: "0.9.3-hotfix.4",
workerPool: workerPool, workerPool: workerPool,
refreshPool: refreshPool, refreshPool: refreshPool,
repairPool: repairPool, repairPool: repairPool,