diff --git a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js index 6b0585c9..585df7ed 100644 --- a/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoTimelinePlayer.js @@ -277,12 +277,10 @@ Ox.VideoTimelinePlayer = function(options, self) { }) .appendTo(self.$timelines[self.videoLines[1]][0]); - Ox.print('MUTED???', self.options.muted) self.$frame = Ox.VideoPlayer({ censored: self.options.censored, duration: self.options.duration, height: self.tileHeight, - muted: self.options.muted, position: self.options.position, scaleToFill: true, type: 'in', @@ -320,6 +318,7 @@ Ox.VideoTimelinePlayer = function(options, self) { censored: self.options.censored, duration: self.options.duration, height: self.tileHeight, + muted: self.options.muted, paused: self.options.paused, position: self.options.position, scaleToFill: true,