Update script.js

Este commit está contenido en:
Joey
2023-05-08 21:29:19 +00:00
cometido por GitHub
padre 4ee11074b4
commit f8ca0633fc

Ver fichero

@@ -96,7 +96,7 @@ function Page() {
$historicDiv[n].classList.add('animated');
$historicDiv[n].classList.add('slideInRight');
}
xhttp.open('GET', 'https://api.streamafrica.net/search.php?query=' + info.artist + ' ' + info.song + '&service=' + API_SERVICE.toLowerCase());
xhttp.open('GET', 'https://api.streamafrica.net/new.search.php?query=' + info.artist + ' ' + info.song + '&service=' + API_SERVICE.toLowerCase());
xhttp.send();
setTimeout(function () {
@@ -175,7 +175,7 @@ function Page() {
}
}
}
xhttp.open('GET', 'https://api.streamafrica.net/search.php?query=' + artist + ' ' + song + '&service=' + API_SERVICE.toLowerCase());
xhttp.open('GET', 'https://api.streamafrica.net/new.search.php?query=' + artist + ' ' + song + '&service=' + API_SERVICE.toLowerCase());
xhttp.send();
}