diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 881d03f4..b3f35853 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -215,6 +215,7 @@ Ox.VideoPlayer = function(options, self) { }, subtitles: function() { loadSubtitles(); + self.$settings.replaceWith(self.$settings = renderSettings()); }, timeline: function() { self.$timeline.options({imageURL: self.options.timeline});