mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 15:07:21 +00:00
fix listen/watch icon in VideoItem.vue
This commit is contained in:
parent
019a88f65a
commit
f2ab391b34
@ -106,7 +106,7 @@
|
|||||||
:aria-label="preferListen ? title : 'Listen to ' + title"
|
:aria-label="preferListen ? title : 'Listen to ' + title"
|
||||||
:title="preferListen ? title : 'Listen to ' + title"
|
:title="preferListen ? title : 'Listen to ' + title"
|
||||||
>
|
>
|
||||||
<font-awesome-icon :icon="preferListen ? 'i-fa6-solid:tv' : 'i-fa6-solid:headphones'" />
|
<i :class="preferListen ? 'i-fa6-solid:tv' : 'i-fa6-solid:headphones'" />
|
||||||
</router-link>
|
</router-link>
|
||||||
<button :title="$t('actions.add_to_playlist')" @click="showPlaylistModal = !showPlaylistModal">
|
<button :title="$t('actions.add_to_playlist')" @click="showPlaylistModal = !showPlaylistModal">
|
||||||
<i class="i-fa6-solid:circle-plus" />
|
<i class="i-fa6-solid:circle-plus" />
|
||||||
|
Loading…
Reference in New Issue
Block a user