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" /> diff --git a/src/components/SubscriptionsPage.vue b/src/components/SubscriptionsPage.vue index 85b49050..9ac217fb 100644 --- a/src/components/SubscriptionsPage.vue +++ b/src/components/SubscriptionsPage.vue @@ -35,11 +35,9 @@ v-text="`${$t('actions.export_to_json')} (${$t('titles.channel_groups')})`" /> -
- - {{ - subscriptions.length - }} + +
+ {{ subscriptions.length }}