From a63a786544ca7f83c86646578897eaddbb8b0f9f Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Tue, 23 May 2023 13:31:55 +0000 Subject: [PATCH] Update script.js --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index f4e6b23..cfd2fba 100644 --- a/js/script.js +++ b/js/script.js @@ -14,7 +14,7 @@ const URL_STREAMING = 'https://stream-51.zeno.fm/cfhkm5fs1uhvv?zs=HOu6hxV1SG-7iG const API_KEY = "18fe07917957c289983464588aabddfb"; // Set HISTORIC to true to get the last songs played -const HISTORIC = true; +const HISTORIC = false; window.onload = function () { var page = new Page;