mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-08 00:08:14 +01:00
Fix:Metadata embed tool chapters list
This commit is contained in:
parent
3949896d88
commit
a729ce1512
@ -146,8 +146,7 @@ export default {
|
|||||||
return this.$store.state.streamLibraryItem
|
return this.$store.state.streamLibraryItem
|
||||||
},
|
},
|
||||||
metadataChapters() {
|
metadataChapters() {
|
||||||
var chapters = this.media.chapters || []
|
return this.media.chapters || []
|
||||||
return chapters.concat(chapters)
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
Loading…
Reference in New Issue
Block a user