From 6587f66a114a56775a8db92570bde20593c936a7 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 7 Sep 2021 09:10:51 +1200 Subject: [PATCH] YouTube API 1 --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`); } } }