diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js index 8f0bfb89..8b838d5b 100644 --- a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js @@ -571,7 +571,7 @@ Ox.VideoTimelinePlayer = function(options, self) { Ox.loop(self.tiles, function(i) { $('') .attr({ - src: self.options.getLargeTimelineURL(self.options.type, i) + src: self.options.getLargeTimelineURL(self.options.timeline, i) }) .css({ position: 'absolute',