diff --git a/html/index.html b/html/index.html
index 354bb71..07feec3 100644
--- a/html/index.html
+++ b/html/index.html
@@ -20,7 +20,7 @@
"https://www.adam-french.co.uk/api/spotify",
);
const data = await res.json();
- if (this.playing == false) {
+ if (data.playing == false) {
this.album_image = "/img/Untitled.png";
return;
}