Update script.js

Este commit está contenido en:
Joey
2023-06-18 21:21:10 +00:00
cometido por GitHub
padre 9a3ef97f4a
commit da76206554

Ver fichero

@@ -377,7 +377,7 @@ function getStreamingData() {
var d = new Date();
// Requisition with timestamp to prevent cache on mobile devices
xhttp.open('GET', 'https://api.streamafrica.net/zeno/index.php?z='+zenoid);
xhttp.open('GET', 'https://api.streamafrica.net/metadata/index.php?z='+URL_STREAMING);
xhttp.send();
}