cache-bust
This commit is contained in:
parent
c617323375
commit
921c1980ad
@ -175,7 +175,7 @@
|
||||
}
|
||||
|
||||
// Append '.mp4' to the formatted path
|
||||
let videoPath = `${formattedPath}latest.mp4`;
|
||||
let videoPath = `${formattedPath}latest.mp4&t={Date.now()}`;
|
||||
let videoPlayer = document.getElementById('video-player');
|
||||
let videoSource = document.getElementById('video-source');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user