From 36c2d60e90ab94e25c8f3347f4e02bfcc6f3e31f Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 5 Feb 2014 07:35:47 +0000 Subject: [PATCH] pass enableSubtitles option to VideoPlayer --- source/Ox.UI/js/Video/VideoEditPanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Video/VideoEditPanel.js b/source/Ox.UI/js/Video/VideoEditPanel.js index cbf489ef..85b48cfb 100644 --- a/source/Ox.UI/js/Video/VideoEditPanel.js +++ b/source/Ox.UI/js/Video/VideoEditPanel.js @@ -196,6 +196,7 @@ Ox.VideoEditPanel = function(options, self) { enableKeyboard: true, enableMouse: true, enablePosition: true, + enableSubtitles: self.options.enableSubtitles, enableTimeline: true, externalControls: true, height: getPlayerHeight(),