mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	fix listen/watch icon in VideoItem.vue
This commit is contained in:
		
							parent
							
								
									019a88f65a
								
							
						
					
					
						commit
						f2ab391b34
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue