From da762065540361aa9e66502e8cec0fb469af3ed8 Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:21:10 +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 75a50c1..bec5486 100644 --- a/js/script.js +++ b/js/script.js @@ -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(); }