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" />