1
0
Fork 0

Add a bogus query parameter to bust browser cache.

liquidsoap-2.2
Icedream 2022-09-11 20:47:01 +02:00
parent 08f7874cbb
commit 885a6df80c
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@
.replace(/\b(holland|italy)\b/i, '')
.trim()
: null,
cover: data.cover_url,
cover: data.cover_url + "?nprandid=" + btoa(id),
});
showProgress({
id,