diff --git a/app/templates/index.html b/app/templates/index.html index bd1bbbe..6ebd3c3 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -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');