mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 20:31:36 +00:00
Fix issues with symlink directories
This commit is contained in:
parent
82aec5f60c
commit
2f89fd17b1
5 changed files with 18 additions and 8 deletions
|
|
@ -67,7 +67,8 @@ class FolderWatcher extends EventEmitter {
|
|||
renameTimeout: 2000,
|
||||
recursive: true,
|
||||
ignoreInitial: true,
|
||||
persistent: true
|
||||
persistent: true,
|
||||
followSymlinks: true
|
||||
})
|
||||
watcher
|
||||
.on('add', (path) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue