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 @@
-
-
![]()
-
-
- đ”
+
+
@@ -439,6 +439,144 @@
+
+
+
đ§Ș 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 @@