From 3e4fb1d2da7d2a1d8fa71f51b0926a81e796372f Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:20:45 +0000 Subject: [PATCH] Update script.js --- js/script.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/script.js b/js/script.js index fc16e32..7c59683 100644 --- a/js/script.js +++ b/js/script.js @@ -17,9 +17,6 @@ const API_URL = 'https://api.streamafrica.net/metadata/index.php?z='+URL_STREAMI // Visit https://api.vagalume.com.br/docs/ to get your API key const API_KEY = "18fe07917957c289983464588aabddfb"; -// Set HISTORIC to true to get the last songs played -const HISTORIC = false; - window.onload = function () { var page = new Page; page.changeTitlePage();