fix(front): playlist header

This commit is contained in:
ArneBo 2025-04-02 05:03:00 +02:00
parent a4becfc891
commit dd837925db
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]
<Header
v-if="store.state.auth.authenticated"
:h1="t('views.playlists.List.header.browse')"
page-heading
:action="{
onClick: () => { store.commit('playlists/showModal', true) },
text: t('views.playlists.List.button.manage'),