mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Always sync file inodes, save http url covers in cover directory
This commit is contained in:
parent
0db34dcab5
commit
8d9d5a8d1b
14 changed files with 355 additions and 94 deletions
|
@ -63,7 +63,3 @@ module.exports.getIno = (path) => {
|
|||
return null
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.isAcceptableCoverMimeType = (mimeType) => {
|
||||
return mimeType && mimeType.startsWith('image/')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue