mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 20:51:56 +00:00 
			
		
		
		
	Merge pull request #999 from notpushkin/patch-1
Add audio mode link to items
This commit is contained in:
		| @@ -137,10 +137,13 @@ | ||||
|                 </a> | ||||
|             <% end %> | ||||
|             <p><a href="/watch?v=<%= item.id %>"><%= HTML.escape(item.title) %></a></p> | ||||
|             <p> | ||||
|                 <b> | ||||
|             <p style="display: flex;"> | ||||
|                 <b style="flex: 1;"> | ||||
|                     <a style="width:100%" href="/channel/<%= item.ucid %>"><%= item.author %></a> | ||||
|                 </b> | ||||
|                 <a title="Audio mode" href="/watch?v=<%= item.id %>&listen=1"> | ||||
|                     <i class="icon ion-md-headset"></i> | ||||
|                 </a> | ||||
|             </p> | ||||
|  | ||||
|             <h5 class="pure-g"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Perflyst
					Perflyst