[web] Fix page audiobook artist

This commit is contained in:
Alain Nussbaumer 2025-03-02 00:36:42 +01:00
parent 0b86cc18c7
commit ef3e64b9c9

View File

@ -10,13 +10,12 @@
</template> </template>
<template #heading-right> <template #heading-right>
<div class="buttons is-centered"> <div class="buttons is-centered">
<control-button :handle="showDetails" icon="dots-horizontal" /> <control-button :handler="showDetails" icon="dots-horizontal" />
<control-button <control-button
:handle="play" :handler="play"
icon="play" icon="play"
label="page.audiobooks.artist.play" label="page.audiobooks.artist.play"
/> />
/>
</div> </div>
</template> </template>
<template #content> <template #content>