mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 23:30:09 -05:00
[web] Fix page audiobook artist
This commit is contained in:
parent
0b86cc18c7
commit
ef3e64b9c9
@ -10,13 +10,12 @@
|
||||
</template>
|
||||
<template #heading-right>
|
||||
<div class="buttons is-centered">
|
||||
<control-button :handle="showDetails" icon="dots-horizontal" />
|
||||
<control-button :handler="showDetails" icon="dots-horizontal" />
|
||||
<control-button
|
||||
:handle="play"
|
||||
:handler="play"
|
||||
icon="play"
|
||||
label="page.audiobooks.artist.play"
|
||||
/>
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<template #content>
|
||||
|
Loading…
x
Reference in New Issue
Block a user