fix #1415, properly sort grouped directories
This commit is contained in:
parent
547e6bd48a
commit
35bd124b0b
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ fun Context.getDirsToShow(dirs: ArrayList<Directory>, allDirs: ArrayList<Directo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
parentDirs
|
getSortedDirectories(parentDirs)
|
||||||
} else {
|
} else {
|
||||||
dirs.forEach { it.subfoldersMediaCount = it.mediaCnt }
|
dirs.forEach { it.subfoldersMediaCount = it.mediaCnt }
|
||||||
dirs
|
dirs
|
||||||
|
|
Loading…
Reference in a new issue