Update README.md

Este commit está contenido en:
Joey
2024-01-29 21:43:09 +00:00
cometido por GitHub
padre 6140a05686
commit c0c2d4c5ea

Ver fichero

@@ -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
```