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 <Header
v-if="store.state.auth.authenticated" v-if="store.state.auth.authenticated"
:h1="t('views.playlists.List.header.browse')" :h1="t('views.playlists.List.header.browse')"
page-heading
:action="{ :action="{
onClick: () => { store.commit('playlists/showModal', true) }, onClick: () => { store.commit('playlists/showModal', true) },
text: t('views.playlists.List.button.manage'), text: t('views.playlists.List.button.manage'),