diff --git a/source/UI/js/Video/VideoAnnotationPanel.js b/source/UI/js/Video/VideoAnnotationPanel.js index 1e69262c..04d7ce03 100644 --- a/source/UI/js/Video/VideoAnnotationPanel.js +++ b/source/UI/js/Video/VideoAnnotationPanel.js @@ -109,6 +109,11 @@ Ox.VideoAnnotationPanel = function(options, self) { }) .options(options || {}) .update({ + enableSubtitles: function() { + self.$player.forEach(function($player) { + $player.options('enableSubtitles', self.options.enableSubtitles); + }); + }, height: setSizes, 'in': function() { setPoint('in', self.options['in']);