Fix media analysis
This commit is contained in:
@@ -78,6 +78,7 @@ func NewTorrentManager(cfg config.ConfigInterface, api *realdebrid.RealDebrid, w
|
|||||||
RepairKillSwitch: make(chan struct{}, 1),
|
RepairKillSwitch: make(chan struct{}, 1),
|
||||||
RemountTrigger: make(chan struct{}, 1),
|
RemountTrigger: make(chan struct{}, 1),
|
||||||
DumpTrigger: make(chan struct{}, 1),
|
DumpTrigger: make(chan struct{}, 1),
|
||||||
|
AnalyzeTrigger: make(chan struct{}, 1),
|
||||||
|
|
||||||
latestState: &LibraryState{log: log},
|
latestState: &LibraryState{log: log},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user