Fix media analysis

This commit is contained in:
Ben Sarmiento
2024-05-26 04:23:27 +02:00
parent c203f11e76
commit 6f2eadb059

View File

@@ -78,6 +78,7 @@ func NewTorrentManager(cfg config.ConfigInterface, api *realdebrid.RealDebrid, w
RepairKillSwitch: make(chan struct{}, 1),
RemountTrigger: make(chan struct{}, 1),
DumpTrigger: make(chan struct{}, 1),
AnalyzeTrigger: make(chan struct{}, 1),
latestState: &LibraryState{log: log},
}