mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-28 06:39:39 +00:00
Fix:Metadata embed tool chapters list
This commit is contained in:
parent
3949896d88
commit
a729ce1512
1 changed files with 1 additions and 2 deletions
|
|
@ -146,8 +146,7 @@ export default {
|
|||
return this.$store.state.streamLibraryItem
|
||||
},
|
||||
metadataChapters() {
|
||||
var chapters = this.media.chapters || []
|
||||
return chapters.concat(chapters)
|
||||
return this.media.chapters || []
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue