Another potential fix for subtitles not showing up
This commit is contained in:
parent
472844371e
commit
3b4cf386a8
|
@ -193,6 +193,11 @@ export default Vue.extend({
|
|||
watch: {
|
||||
sourceList: function () {
|
||||
this.determineFormatType()
|
||||
},
|
||||
captionList: function () {
|
||||
this.player.caption({
|
||||
data: this.captionList
|
||||
})
|
||||
}
|
||||
},
|
||||
mounted: function () {
|
||||
|
|
Loading…
Reference in New Issue