WilliamVenner / LaMetric-Spotify

🔊 Spotify app for La Metric clock
12 stars 3 forks source link

lametric return [X] #5

Open pmchaumien opened 1 year ago

pmchaumien commented 1 year ago

hello

Thanks to your code

i change on api.php curl_setopt($ch, CURLOPT_URL, "https://accounts.spotify.com/authorize/$url"); cause like Cyril I got a X

but now on my lametric i have a [X]...

here the code .... if (!isset($result["item"])) { output("[X]"); return; }

Do you have an idea ?

Thanks

PMC