mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-29 14:28:34 +02:00
Always sync file inodes, save http url covers in cover directory
This commit is contained in:
parent
4e45ff83c6
commit
28cbe0a95c
14 changed files with 355 additions and 94 deletions
7
server/utils/globals.js
Normal file
7
server/utils/globals.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const globals = {
|
||||
SupportedImageTypes: ['png', 'jpg', 'jpeg', 'webp'],
|
||||
SupportedAudioTypes: ['m4b', 'mp3', 'm4a', 'flac'],
|
||||
SupportedEbookTypes: ['epub', 'pdf', 'mobi']
|
||||
}
|
||||
|
||||
module.exports = globals
|
Loading…
Add table
Add a link
Reference in a new issue