From 03082153e1cd78bb4098f78fc0e86f3beb15d0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sat, 24 May 2025 11:08:52 +0300 Subject: [PATCH] Update address to playlist.json --- generatorv2.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generatorv2.php b/generatorv2.php index c39143d..f387d70 100644 --- a/generatorv2.php +++ b/generatorv2.php @@ -10,13 +10,13 @@ header('Content-Type: application/json'); class Generator { public function json (){ - $json = file_get_contents("https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json"); + $json = file_get_contents("https://git.waren.io/cwchristerw/radio/raw/branch/master/playlist.json"); $json = str_replace("aw_0_1st.skey=1701171117", "aw_0_1st.skey=".time(),$json); echo $json; - + } - + } $generator = new Generator;