diff --git a/source/Ox.UI/js/Video/VideoEditPanel.js b/source/Ox.UI/js/Video/VideoEditPanel.js index 37714b35..23c12bd0 100644 --- a/source/Ox.UI/js/Video/VideoEditPanel.js +++ b/source/Ox.UI/js/Video/VideoEditPanel.js @@ -394,7 +394,7 @@ Ox.VideoEditPanel = function(options, self) { return chapter.position; }); } else if (type == 'cut') { - positions = [0].concat(self.options.cuts, self.options.duration); + positions = [0].concat(self.cuts, self.options.duration); } return Ox.nextValue(positions, self.options.position, direction); }