diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index c639892a..8494cc59 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -685,8 +685,8 @@ Ox.VideoPlayer = function(options, self) { style: 'video', tooltip: [Ox._('Don\'t Loop'), Ox._('Loop')], type: 'image', - value: self.options.loop ? 'RepeatNone' : 'RepeatAll', - values: ['RepeatNone', 'RepeatAll'] + value: self.options.loop ? 'RepeatAll' : 'RepeatNone', + values: ['RepeatAll', 'RepeatNone'] }) .bindEvent({ click: function() {