mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 13:29:37 +00: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
|
|
@ -26,6 +26,9 @@ class Library {
|
|||
get folderPaths() {
|
||||
return this.folders.map(f => f.fullPath)
|
||||
}
|
||||
get isPodcast() {
|
||||
return this.mediaType === 'podcast'
|
||||
}
|
||||
|
||||
construct(library) {
|
||||
this.id = library.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue