From cf20c457e3bcf5b241430ada16b15de0ec883b8b Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 2 Dec 2023 16:03:25 +0100 Subject: Updated 6 files (automated) --- app/ui/lyrics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/ui/lyrics.php') diff --git a/app/ui/lyrics.php b/app/ui/lyrics.php index 103167c..20a7d72 100644 --- a/app/ui/lyrics.php +++ b/app/ui/lyrics.php @@ -75,7 +75,7 @@ window.lyrics = {}; setInterval(async () => { - if (!window.delays) window.delays = await (await fetch("/assets/delays.json")).json(); + if (!window.delays) window.delays = await (await fetch("/assets/delays.json?_=" + [...crypto.getRandomValues(new Uint8Array(40))].map(m=>('0'+m.toString(16)).slice(-2)).join(''))).json(); if (window.parent.currentSongID !== lastID) { lastID = window.parent.currentSongID; -- cgit