diff --git a/source/Ox.UI/js/Video/VideoTimelinePanel.js b/source/Ox.UI/js/Video/VideoTimelinePanel.js index c4b50cc9..b8bdfea5 100644 --- a/source/Ox.UI/js/Video/VideoTimelinePanel.js +++ b/source/Ox.UI/js/Video/VideoTimelinePanel.js @@ -140,6 +140,7 @@ Ox.VideoTimelinePanel = function(options, self) { that.triggerEvent('muted', data); }, paused: function(data) { + self.options.paused = data.paused; that.triggerEvent('paused', data); }, playing: function(data) {