mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 17:58:21 +00:00
Merge pull request #3490 from Max-F-Helm/respect-listen-mode-in-recommended-videos
fix: listen/watch icon in VideoItem.vue
This commit is contained in:
commit
e2de49e26f
@ -106,7 +106,7 @@
|
||||
:aria-label="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>
|
||||
<button :title="$t('actions.add_to_playlist')" @click="showPlaylistModal = !showPlaylistModal">
|
||||
<i class="i-fa6-solid:circle-plus" />
|
||||
|
Loading…
Reference in New Issue
Block a user