fix(front): Playbutton display fixes
This commit is contained in:
parent
a574207b08
commit
5fae9acab8
|
@ -176,6 +176,7 @@ watch(showDeleteModal, (newValue) => {
|
|||
|
||||
<Layout flex>
|
||||
<PlayButton
|
||||
:is-playable="track.is_playable"
|
||||
class="vibrant"
|
||||
split
|
||||
:track="track"
|
||||
|
|
|
@ -166,7 +166,6 @@ const deletePlaylist = async () => {
|
|||
<Layout flex class="header-buttons">
|
||||
<PlayButton
|
||||
split
|
||||
class="vibrant"
|
||||
:is-playable="playlist.is_playable"
|
||||
:tracks="tracks"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue