diff --git a/html/src/app.js b/html/src/app.js
index fb685347..3cbfc063 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -7481,7 +7481,7 @@ speechSynthesis.getVoices();
data.items[0].contentDetails.duration
);
} else {
- console.error(`YouTube video lookup failed status: ${status}`);
+ console.error(`YouTube video lookup failed, error code: ${data.status}`);
}
}
}