mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-24 17:59:06 +02:00
Update:Check if directory already exists before upload #1497
This commit is contained in:
parent
0678c26627
commit
9712bdf5f0
5 changed files with 61 additions and 12 deletions
|
@ -4,7 +4,7 @@ const SupportedFileTypes = {
|
|||
ebook: ['epub', 'pdf', 'mobi', 'azw3', 'cbr', 'cbz'],
|
||||
info: ['nfo'],
|
||||
text: ['txt'],
|
||||
metadata: ['opf', 'abs']
|
||||
metadata: ['opf', 'abs', 'xml', 'json']
|
||||
}
|
||||
|
||||
const DownloadStatus = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue