mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-30 12:35:00 +02:00
Update uploader to support podcast folder structure
This commit is contained in:
parent
5a26b01ffb
commit
a62f7a4861
6 changed files with 186 additions and 138 deletions
|
@ -4,7 +4,7 @@ const SupportedFileTypes = {
|
|||
ebook: ['epub', 'pdf', 'mobi', 'azw3', 'cbr', 'cbz'],
|
||||
info: ['nfo'],
|
||||
text: ['txt'],
|
||||
opf: ['opf']
|
||||
metadata: ['opf', 'abs']
|
||||
}
|
||||
|
||||
const DownloadStatus = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue