diff --git a/source/Ox.UI/js/Video/ClipPanel.js b/source/Ox.UI/js/Video/ClipPanel.js index 06444763..526f0866 100644 --- a/source/Ox.UI/js/Video/ClipPanel.js +++ b/source/Ox.UI/js/Video/ClipPanel.js @@ -361,6 +361,7 @@ Ox.ClipPanel = function(options, self) { items: self.options.clips, keys: ['id', 'in', 'out'], orientation: 'both', + selected: self.options.selected, sort: getListSort(), unique: 'id' });