diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 62ea9b36..ffbe4ae9 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -1946,12 +1946,12 @@ Ox.VideoPlayer = function(options, self) { title: 'Subtitles' }] : [], - self.options.timelineTypes + self.options.timelineTypes.length ? [{}, { disabled: true, title: 'Timeline' }] : [], - self.options.timelineTypes + self.options.timelineTypes.length ? self.options.timelineTypes.map(function(type) { return { checked: type.id == self.options.timelineType,