mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-06 17:31:41 +00:00
Merge f8a28e4439 into 6f03467f35
This commit is contained in:
commit
9ab8ae1001
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ module.exports.recurseFiles = async (path, relPathToReplace = null) => {
|
|||
ignoreFolders: true,
|
||||
extensions: true,
|
||||
deep: true,
|
||||
realPath: true,
|
||||
realPath: process.env.SCANNER_RESOLVE_SYMLINKS !== '0',
|
||||
normalizePath: false
|
||||
}
|
||||
let list = await rra.list(path, options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue