mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 04:32:01 +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:
		| @@ -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" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro