diff --git a/source/Ox.UI/js/Video/VideoAnnotationPanel.js b/source/Ox.UI/js/Video/VideoAnnotationPanel.js index 19dd6000..eb367c39 100644 --- a/source/Ox.UI/js/Video/VideoAnnotationPanel.js +++ b/source/Ox.UI/js/Video/VideoAnnotationPanel.js @@ -1481,6 +1481,9 @@ Ox.VideoAnnotationPanel = function(options, self) { self.$player.forEach(function($player) { player.options({subtitles: self.options.subtitles}); }); + self.$timeline.forEach(function($timeline) { + $timeline.options({subtitles: self.options.subtitles}); + }); } function updateTimelines() {