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