From afcb708b50ca6ebf83e95d3968177265b9e92aa8 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 24 Jan 2024 17:59:16 +0100 Subject: [PATCH] fix: unstyled file selector not hidden in playlists page --- src/components/PlaylistsPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PlaylistsPage.vue b/src/components/PlaylistsPage.vue index 52eea874..1129b0a3 100644 --- a/src/components/PlaylistsPage.vue +++ b/src/components/PlaylistsPage.vue @@ -9,7 +9,7 @@ id="fileSelector" ref="fileSelector" type="file" - class="display-none" + class="hidden" multiple="multiple" @change="importPlaylists" />