mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue