Another potential fix for subtitles not showing up

This commit is contained in:
Preston 2020-08-26 17:06:42 -04:00
parent 472844371e
commit 3b4cf386a8
1 changed files with 5 additions and 0 deletions

View File

@ -193,6 +193,11 @@ export default Vue.extend({
watch: {
sourceList: function () {
this.determineFormatType()
},
captionList: function () {
this.player.caption({
data: this.captionList
})
}
},
mounted: function () {