From c0c2d4c5eaccce1f5bc9c69c0b36690a2ca9f12f Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:43:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7d993..ffe8f61 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ var API_SERVICE = 'DEEZER'; const URL_STREAMING = 'https://stream-51.zeno.fm/cfhkm5fs1uhvv?zs=HOu6hxV1SG-7iGi9WGVTqQ'; //API URL / if you use MEDIA CP, CHANGE THIS TO : https://api.streamafrica.net/metadata/mediacp.php?url='+MEDIACP_JSON_URL -const API_URL = 'https://api.streamafrica.net/metadata/index.php?z='+URL_STREAMING +const API_URL = 'https://api-v2.streamafrica.net/metadata?url=' + URL_STREAMING ```