settings can change on subtitle update, render again
This commit is contained in:
parent
75acb0ba8f
commit
ef26d84c9a
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ Ox.VideoPlayer = function(options, self) {
|
||||||
},
|
},
|
||||||
subtitles: function() {
|
subtitles: function() {
|
||||||
loadSubtitles();
|
loadSubtitles();
|
||||||
|
self.$settings.replaceWith(self.$settings = renderSettings());
|
||||||
},
|
},
|
||||||
timeline: function() {
|
timeline: function() {
|
||||||
self.$timeline.options({imageURL: self.options.timeline});
|
self.$timeline.options({imageURL: self.options.timeline});
|
||||||
|
|
Loading…
Reference in a new issue