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