diff --git a/internal/torrent/manager.go b/internal/torrent/manager.go index f8bbe9b..cfd9037 100644 --- a/internal/torrent/manager.go +++ b/internal/torrent/manager.go @@ -56,7 +56,7 @@ func NewTorrentManager(cfg config.ConfigInterface, api *realdebrid.RealDebrid, w RepairKillSwitch: make(chan struct{}, 1), allAccessKeys: mapset.NewSet[string](), latestState: &LibraryState{}, - requiredVersion: "0.9.3-hotfix.3", + requiredVersion: "0.9.3-hotfix.4", workerPool: workerPool, refreshPool: refreshPool, repairPool: repairPool,