diff --git a/templates/splash.html b/templates/splash.html index d9cbf786..39def11d 100644 --- a/templates/splash.html +++ b/templates/splash.html @@ -116,7 +116,7 @@ // handle timeout if video fails to play setTimeout(() => { - if (!isVideoPlaying(video)) { + if (!isVideoPlaying(video) && !isPaused) { endSong(); } }, 10000);