mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Fix:Audiobooks incorrectly flagged as single file root audiobooks #714
This commit is contained in:
parent
9ac2453676
commit
a78aa88dbc
1 changed files with 1 additions and 1 deletions
|
@ -163,9 +163,9 @@ async function scanFolder(libraryMediaType, folder, serverSettings = {}) {
|
|||
return []
|
||||
}
|
||||
|
||||
var isFile = false // item is not in a folder
|
||||
var items = []
|
||||
for (const libraryItemPath in libraryItemGrouping) {
|
||||
var isFile = false // item is not in a folder
|
||||
var libraryItemData = null
|
||||
var fileObjs = []
|
||||
if (libraryItemPath === libraryItemGrouping[libraryItemPath]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue