This commit is contained in:
2025-11-24 11:19:49 +00:00
parent 71ee369852
commit fb3eb332ab

View File

@@ -20,7 +20,7 @@
"https://www.adam-french.co.uk/api/spotify", "https://www.adam-french.co.uk/api/spotify",
); );
const data = await res.json(); const data = await res.json();
if (this.playing == false) { if (data.playing == false) {
this.album_image = "/img/Untitled.png"; this.album_image = "/img/Untitled.png";
return; return;
} }