[web] Fix badly converted buttons

This commit is contained in:
Alain Nussbaumer
2025-03-05 19:26:36 +01:00
parent 0d981d0ae1
commit aa9ca1b4ae
4 changed files with 19 additions and 20 deletions

View File

@@ -12,9 +12,9 @@
:button="{
handler: play,
icon: 'shuffle',
key: 'page.playlist.shuffle',
disabled: tracks.count === 0
key: 'page.playlist.shuffle'
}"
:disabled="tracks.count === 0"
/>
</template>
<template #content>