style(front): remove line from playbutton

This commit is contained in:
ArneBo 2025-02-06 19:20:59 +01:00
parent 693d9735f3
commit 5f4931c0c5
1 changed files with 1 additions and 2 deletions

View File

@ -187,7 +187,6 @@ const isOpen = ref(false)
>
{{ labels.addToPlaylist }}
</PopoverItem>
<PopoverItem
v-if="track && route.name !== 'library.tracks.detail'"
icon="bi-info-circle"
@ -201,7 +200,7 @@ const isOpen = ref(false)
</span>
</PopoverItem>
<hr>
<hr v-if="filterableArtists || Object.keys(getReportableObjects({track, album, artist, playlist, account, channel})).length > 0" />
<PopoverItem
v-if="filterableArtists"