Fix:Metadata embed tool chapters list

This commit is contained in:
advplyr
2022-10-02 08:44:38 -05:00
parent 3949896d88
commit a729ce1512
+1 -2
View File
@@ -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: {