From 3b6362fed13bdac5e9f8d61c4b441cef4b452fc0 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 15 Aug 2020 00:45:52 -0600 Subject: [PATCH] Swap boolean values of the private dropdown to be more in line with Spotify's request data needed. --- src/components/modals/PlaylistExport.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/modals/PlaylistExport.vue b/src/components/modals/PlaylistExport.vue index 63e26cd..838866b 100644 --- a/src/components/modals/PlaylistExport.vue +++ b/src/components/modals/PlaylistExport.vue @@ -25,9 +25,9 @@ />
- + +
@@ -55,7 +55,7 @@ export default { container: false, content: false, name: ``, - is_private: true, + is_public: false, description: `Playlist auto-generated by Top Lists for Spotify`, }}, mounted() {