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: {
|
watch: {
|
||||||
sourceList: function () {
|
sourceList: function () {
|
||||||
this.determineFormatType()
|
this.determineFormatType()
|
||||||
|
},
|
||||||
|
captionList: function () {
|
||||||
|
this.player.caption({
|
||||||
|
data: this.captionList
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted: function () {
|
mounted: function () {
|
||||||
|
|
Loading…
Reference in New Issue