aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/js/yt-list-videos.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/yt-list-videos.js b/public/js/yt-list-videos.js
index fef221b..8e0f395 100644
--- a/public/js/yt-list-videos.js
+++ b/public/js/yt-list-videos.js
@@ -1,7 +1,7 @@
let channelID = 'UCNRn4YDPCCWSEl3CT7eWorA';
-let apiKey = "nope"; // Note to self: Rewrite the authentication
+let apiKey = "nope"; // Note to self: Rewrite the authentication part
let vidHeight = 400;
let vidWidth = 500;
let vidMaxResult = 5;