diff --git a/source/Ox.UI/js/Video/Ox.VideoElement.js b/source/Ox.UI/js/Video/Ox.VideoElement.js index ea45ce20..c7d878eb 100644 --- a/source/Ox.UI/js/Video/Ox.VideoElement.js +++ b/source/Ox.UI/js/Video/Ox.VideoElement.js @@ -433,7 +433,7 @@ Ox.VideoElement = function(options, self) { self.$video[self.currentPart].src = self.options.src[self.currentPart]; self.$video.each(function(video, i) { if (i != self.currentPart) { - video.src = self.options.src[i]; + video.src = self.options.src[i] + '?' + Ox.uid(); } }); } else {