mirror of
				https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
				synced 2024-08-15 00:53:38 +00:00 
			
		
		
		
	Add audio mode link to items
This commit is contained in:
		
							parent
							
								
									830692dd60
								
							
						
					
					
						commit
						1fc9506442
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -138,10 +138,13 @@
 | 
				
			||||||
                </a>
 | 
					                </a>
 | 
				
			||||||
            <% end %>
 | 
					            <% end %>
 | 
				
			||||||
            <p><a href="/watch?v=<%= item.id %>"><%= item.title %></a></p>
 | 
					            <p><a href="/watch?v=<%= item.id %>"><%= item.title %></a></p>
 | 
				
			||||||
            <p>
 | 
					            <p style="display: flex;">
 | 
				
			||||||
                <b>
 | 
					                <b style="flex: 1;">
 | 
				
			||||||
                    <a style="width:100%" href="/channel/<%= item.ucid %>"><%= item.author %></a>
 | 
					                    <a style="width:100%" href="/channel/<%= item.ucid %>"><%= item.author %></a>
 | 
				
			||||||
                </b>
 | 
					                </b>
 | 
				
			||||||
 | 
					                <a title="Audio mode" href="/watch?v=<%= item.id %>&listen=1">
 | 
				
			||||||
 | 
					                    <i class="icon ion-md-headset"></i>
 | 
				
			||||||
 | 
					                </a>
 | 
				
			||||||
            </p>
 | 
					            </p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <h5 class="pure-g">
 | 
					            <h5 class="pure-g">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue