diff --git a/components/store/store.json b/components/store/store.json index 7ed3120..9222c01 100644 --- a/components/store/store.json +++ b/components/store/store.json @@ -14,14 +14,13 @@ "store": { "type": "enumeration", "enum": [ - "tidal", - "spotify", - "deezer", - "qobuz", - "youtube", - "apple", - "amazon", - "autre" + "Tidal", + "Spotify", + "Deezer", + "Qobuz", + "Youtubemusic", + "Applemusic", + "Amazon" ], "required": true } diff --git a/components/url/liens.json b/components/url/liens.json index 0afb00a..1881151 100644 --- a/components/url/liens.json +++ b/components/url/liens.json @@ -14,13 +14,12 @@ "hebergeur": { "type": "enumeration", "enum": [ - "youtube", - "peertube", - "dailymotion", - "vimeo", - "soundcloud", - "autre", - "file" + "Youtube", + "Peertube", + "Dailymotion", + "Vimeo", + "Soundcloud", + "File" ], "required": true }