diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 35275cc3..7c606fe0 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -9482,6 +9482,7 @@ requires cuts: [], duration: 0, find: '', + frameURL: function() {}, largeTimeline: true, matches: [], points: [0, 0], @@ -9518,7 +9519,7 @@ requires posterFrame: self.options.posterFrame, subtitles: self.options.subtitles, type: type, - url: self.options.videoURL, + url: type == 'play' ? self.options.videoURL : self.options.frameURL, width: self.sizes.player[i].width }) .css({ @@ -9917,24 +9918,26 @@ requires self.controlsHeight = 16; - self.$video = $('