Fix resolution check on media info filter
This commit is contained in:
@@ -90,7 +90,7 @@ func (t *TorrentManager) refreshTorrents(initialRun bool) {
|
||||
|
||||
// new torrents
|
||||
t.workerPool.Submit(func() {
|
||||
if !t.hasFFprobe {
|
||||
if !t.hasFFprobe || !t.Config.ShouldAutoAnalyzeNewTorrents() {
|
||||
return
|
||||
}
|
||||
freshAccessKeys.Difference(oldKeys).Each(func(accessKey string) bool {
|
||||
|
||||
Reference in New Issue
Block a user