diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:47:52 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:47:52 -0400 |
| commit | 52c3d97ffb112b1003ad77604f2637835acc93e1 (patch) | |
| tree | 13be07121fd96e9301fe831534adbdcb6da2176e /public | |
| parent | be5c14ffa4b10e1586b68f94669093146df9d452 (diff) | |
| download | alp-website-52c3d97ffb112b1003ad77604f2637835acc93e1.tar.gz alp-website-52c3d97ffb112b1003ad77604f2637835acc93e1.tar.bz2 alp-website-52c3d97ffb112b1003ad77604f2637835acc93e1.zip | |
note to self
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 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; |
