aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-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 799dd29..fef221b 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";
+let apiKey = "nope"; // Note to self: Rewrite the authentication
let vidHeight = 400;
let vidWidth = 500;
let vidMaxResult = 5;