Fix possible issues

This commit is contained in:
Ben Sarmiento
2024-01-31 18:08:48 +01:00
parent 7794e641ab
commit 4c9b54c01c
6 changed files with 52 additions and 60 deletions

View File

@@ -62,7 +62,7 @@ func NewTorrentManager(cfg config.ConfigInterface, api *realdebrid.RealDebrid, w
t.initializeDirectories()
t.mountDownloads()
t.refreshTorrents()
t.SetNewLatestState(t.getCurrentState())
t.setNewLatestState(t.getCurrentState())
t.StartRefreshJob()
t.StartRepairJob()