Upgrade data version
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user