* ensure backward compatibility
This commit is contained in:
parent
88189c730c
commit
0d0b13ad61
@ -101,7 +101,7 @@ def groups = input.groupBy{ f ->
|
|||||||
// skip auto-detection if possible
|
// skip auto-detection if possible
|
||||||
if (forceIgnore(f))
|
if (forceIgnore(f))
|
||||||
return []
|
return []
|
||||||
if (f.isAudio()) // PROCESS MUSIC FOLDER BY FOLDER
|
if (f.isAudio() && !f.isVideo()) // PROCESS MUSIC FOLDER BY FOLDER
|
||||||
return [music: f.dir.name]
|
return [music: f.dir.name]
|
||||||
if (forceMovie(f))
|
if (forceMovie(f))
|
||||||
return [mov: detectMovie(f, false)]
|
return [mov: detectMovie(f, false)]
|
||||||
|
Loading…
Reference in New Issue
Block a user