mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 00:05:27 +02:00
parent
32bdae31a8
commit
81d4ac3ed2
8 changed files with 140 additions and 25 deletions
|
@ -4,7 +4,7 @@ const globals = {
|
|||
SupportedEbookTypes: ['epub', 'pdf', 'mobi', 'azw3', 'cbr', 'cbz'],
|
||||
SupportedVideoTypes: ['mp4'],
|
||||
TextFileTypes: ['txt', 'nfo'],
|
||||
MetadataFileTypes: ['opf', 'abs', 'xml']
|
||||
MetadataFileTypes: ['opf', 'abs', 'xml', 'json']
|
||||
}
|
||||
|
||||
module.exports = globals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue