mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-20 10:57:35 +02:00
Update:Podcast episode audio files More Info option
This commit is contained in:
parent
604a671549
commit
58ebde2982
1 changed files with 3 additions and 0 deletions
|
@ -70,6 +70,9 @@ export default {
|
||||||
return this.libraryItem.libraryFiles || []
|
return this.libraryItem.libraryFiles || []
|
||||||
},
|
},
|
||||||
audioFiles() {
|
audioFiles() {
|
||||||
|
if (this.libraryItem.mediaType === 'podcast') {
|
||||||
|
return this.libraryItem.media?.episodes.map((ep) => ep.audioFile) || []
|
||||||
|
}
|
||||||
return this.libraryItem.media?.audioFiles || []
|
return this.libraryItem.media?.audioFiles || []
|
||||||
},
|
},
|
||||||
filesWithAudioFile() {
|
filesWithAudioFile() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue