diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 83a8f7ae..27e83fe5 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -1905,7 +1905,7 @@ Ox.VideoPlayer = function(options, self) { ].id; if (type != self.options.timelineType) { self.options.timelineType = type; - // setTimelineType() + setTimelineType(); } } self.$settings.children('.OxItem').each(function() { @@ -2191,7 +2191,7 @@ Ox.VideoPlayer = function(options, self) { } function setTimelineType() { - that.triggerEvent('timeline', {type: self.options.timelineType}); + that.triggerEvent('timeline', {timeline: self.options.timelineType}); } function setVolume(volume) {