cache-bust

This commit is contained in:
Michael Pilosov 2024-05-31 12:48:20 -06:00
parent c617323375
commit 921c1980ad

View File

@ -175,7 +175,7 @@
} }
// Append '.mp4' to the formatted path // 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 videoPlayer = document.getElementById('video-player');
let videoSource = document.getElementById('video-source'); let videoSource = document.getElementById('video-source');