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();