Skip to content

Commit

Permalink
Merge pull request #3490 from Max-F-Helm/respect-listen-mode-in-recom…
Browse files Browse the repository at this point in the history
…mended-videos

fix: listen/watch icon in VideoItem.vue
  • Loading branch information
Bnyro authored Mar 20, 2024
2 parents 9a32ee2 + f2ab391 commit e2de49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VideoItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit e2de49e

Please sign in to comment.