fix(front): Playbutton display fixes

This commit is contained in:
ArneBo 2025-01-27 13:50:25 +01:00
parent a574207b08
commit 5fae9acab8
2 changed files with 1 additions and 1 deletions

View File

@ -176,6 +176,7 @@ watch(showDeleteModal, (newValue) => {
<Layout flex>
<PlayButton
:is-playable="track.is_playable"
class="vibrant"
split
:track="track"

View File

@ -166,7 +166,6 @@ const deletePlaylist = async () => {
<Layout flex class="header-buttons">
<PlayButton
split
class="vibrant"
:is-playable="playlist.is_playable"
:tracks="tracks"
>