diff --git a/pmoapp/webapp/src/components/APIDashboard.vue b/pmoapp/webapp/src/components/APIDashboard.vue index c73f11f6..3d6e5159 100644 --- a/pmoapp/webapp/src/components/APIDashboard.vue +++ b/pmoapp/webapp/src/components/APIDashboard.vue @@ -44,9 +44,7 @@
-

- {{ api.description }} -

+

Aucune description disponible

@@ -86,6 +84,14 @@ diff --git a/pmoapp/webapp/src/components/RadioParadiseExplorer.vue b/pmoapp/webapp/src/components/RadioParadiseExplorer.vue index 1168038b..0b57f2bc 100644 --- a/pmoapp/webapp/src/components/RadioParadiseExplorer.vue +++ b/pmoapp/webapp/src/components/RadioParadiseExplorer.vue @@ -194,11 +194,11 @@
-
- -
-
- đŸŽ” +
+
+ +
+

đŸ§Ș Test Nouveaux Endpoints

+
+ +
+

Test: Cover URL avec Fallback

+
+ + + +
+
+
+ Source: {{ testCoverResult.cover_type }} +
+ +
+ URL: None (fallback manquant) +
+
+ Cover preview +
+
+
+ ❌ {{ testCoverError }} +
+
+ + +
+

Test: Stream URL Direct

+
+ + +
+
+
+ Event: {{ testStreamResult.event }} +
+
+ Duration: {{ formatDuration(testStreamResult.length_ms) }} +
+ +
+
+ ❌ {{ testStreamError }} +
+
+ + +
+

Test: Morceau par Index

+
+ + + +
+
+
+ Title: {{ testSongResult.title }} +
+
+ Artist: {{ testSongResult.artist }} +
+
+ Album: {{ testSongResult.album }} +
+
+ Duration: {{ formatDuration(testSongResult.duration_ms) }} +
+
+ Song cover +
+
+
+ ❌ {{ testSongError }} +
+
+
+
+
❌ {{ channelsError }} @@ -463,6 +601,16 @@