Fix:Metadata embed tool chapters list

This commit is contained in:
advplyr 2022-10-02 08:44:38 -05:00
parent 3949896d88
commit a729ce1512

View File

@ -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: {