fix(front): remove deprecated id from playbutton
This commit is contained in:
parent
087fcf3823
commit
e1ce664c3d
|
@ -98,7 +98,6 @@ const cover = computed(() => {
|
||||||
</span>
|
</span>
|
||||||
<Spacer style="flex-grow: 1" />
|
<Spacer style="flex-grow: 1" />
|
||||||
<PlayButton
|
<PlayButton
|
||||||
id="playmenu"
|
|
||||||
:dropdown-only="true"
|
:dropdown-only="true"
|
||||||
:is-playable="artist.is_playable"
|
:is-playable="artist.is_playable"
|
||||||
:artist="artist"
|
:artist="artist"
|
||||||
|
|
Loading…
Reference in New Issue