From ef26d84c9a154a35869cc26430723c55c12b06b0 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 6 Feb 2014 11:04:25 +0000 Subject: [PATCH] settings can change on subtitle update, render again --- source/Ox.UI/js/Video/VideoPlayer.js | 1 + 1 file changed, 1 insertion(+) 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});