From 3644c7f795fd265432570b29ef368d0b0e251ee7 Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Wed, 18 Oct 2023 21:44:01 +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 ac765ca..bd6aa6f 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?z='+URL_STREAMING +const API_URL = 'https://api.streamafrica.net/metadata/index.php?z='+URL_STREAMING ```