From 9df8ba1317d354c9348e1e86cc4f45e34e42ed17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 17 Jun 2021 23:09:06 +0200 Subject: [PATCH] Add Soundcloud to store enum --- api/teks/documentation/1.0.0/teks.json | 6 ++++-- components/store/store.json | 3 ++- .../documentation/1.0.0/full_documentation.json | 8 +++++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/api/teks/documentation/1.0.0/teks.json b/api/teks/documentation/1.0.0/teks.json index b39b58e..1b02b9c 100644 --- a/api/teks/documentation/1.0.0/teks.json +++ b/api/teks/documentation/1.0.0/teks.json @@ -663,7 +663,8 @@ "Qobuz", "Youtubemusic", "Applemusic", - "Amazon" + "Amazon", + "Soundcloud" ] } } @@ -894,7 +895,8 @@ "Qobuz", "Youtubemusic", "Applemusic", - "Amazon" + "Amazon", + "Soundcloud" ] } } diff --git a/components/store/store.json b/components/store/store.json index 62b6697..44b5961 100644 --- a/components/store/store.json +++ b/components/store/store.json @@ -20,7 +20,8 @@ "Qobuz", "Youtubemusic", "Applemusic", - "Amazon" + "Amazon", + "Soundcloud" ], "required": true } diff --git a/extensions/documentation/documentation/1.0.0/full_documentation.json b/extensions/documentation/documentation/1.0.0/full_documentation.json index 33eb94b..2a06e67 100644 --- a/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -11,7 +11,7 @@ "url": "https://o-k-i.net" }, "license": null, - "x-generation-date": "05/28/2021 4:36:05 PM" + "x-generation-date": "06/17/2021 11:02:24 PM" }, "x-strapi-config": { "path": "/dokiman", @@ -1248,7 +1248,8 @@ "Qobuz", "Youtubemusic", "Applemusic", - "Amazon" + "Amazon", + "Soundcloud" ] } } @@ -1479,7 +1480,8 @@ "Qobuz", "Youtubemusic", "Applemusic", - "Amazon" + "Amazon", + "Soundcloud" ] } }