diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:49:40 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:49:40 -0400 |
| commit | d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687 (patch) | |
| tree | 66c06a94715bfef92c8e998808d29965c72d5dbb /public | |
| parent | 52c3d97ffb112b1003ad77604f2637835acc93e1 (diff) | |
| download | alp-website-d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687.tar.gz alp-website-d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687.tar.bz2 alp-website-d1b4dc2c0e2221e311dd3510b1cc617b6fcdc687.zip | |
Update yt-list-videos.js
Diffstat (limited to 'public')
| -rw-r--r-- | public/js/yt-list-videos.js | 2 |
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; |
