From d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 16 Aug 2019 00:49:40 -0400 Subject: Update yt-list-videos.js --- public/js/yt-list-videos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3