mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-04 10:09:37 +00:00
Merge branch 'master' into jwt_auth_refactor
This commit is contained in:
commit
3c21c82ce1
3 changed files with 11 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ function getIno(path) {
|
|||
.stat(path, { bigint: true })
|
||||
.then((data) => String(data.ino))
|
||||
.catch((err) => {
|
||||
Logger.error('[Utils] Failed to get ino for path', path, err)
|
||||
Logger.warn(`[Utils] Failed to get ino for path "${path}"`, err)
|
||||
return null
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue