fix(front): remove deprecated id from playbutton
This commit is contained in:
parent
c53e90a73c
commit
20e8860d4d
|
@ -85,7 +85,6 @@ const imageUrl = computed(() => props.album.cover?.urls.original
|
||||||
</span>
|
</span>
|
||||||
<Spacer h grow />
|
<Spacer h grow />
|
||||||
<PlayButton
|
<PlayButton
|
||||||
id="playmenu"
|
|
||||||
:dropdown-only="true"
|
:dropdown-only="true"
|
||||||
discrete
|
discrete
|
||||||
:is-playable="album.is_playable"
|
:is-playable="album.is_playable"
|
||||||
|
|
|
@ -123,7 +123,6 @@ await fetchData()
|
||||||
class="meta right floated column"
|
class="meta right floated column"
|
||||||
>
|
>
|
||||||
<play-button
|
<play-button
|
||||||
id="playmenu"
|
|
||||||
class="play-button basic icon"
|
class="play-button basic icon"
|
||||||
:dropdown-only="true"
|
:dropdown-only="true"
|
||||||
:is-playable="track.is_playable"
|
:is-playable="track.is_playable"
|
||||||
|
|
|
@ -210,7 +210,6 @@ const hover = ref(false)
|
||||||
class="meta right floated column"
|
class="meta right floated column"
|
||||||
>
|
>
|
||||||
<PlayButton
|
<PlayButton
|
||||||
id="playmenu"
|
|
||||||
:dropdown-only="true"
|
:dropdown-only="true"
|
||||||
:is-playable="track.is_playable"
|
:is-playable="track.is_playable"
|
||||||
:track="track"
|
:track="track"
|
||||||
|
|
Loading…
Reference in New Issue