consistantly use ?uid for video source
This commit is contained in:
parent
dbbba54c82
commit
9e7a639ada
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue