mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-05-31 14:11:54 +05:30 
			
		
		
		
	Add channel video count to search results
This commit is contained in:
		@@ -12,6 +12,7 @@
 | 
				
			|||||||
            <p><%= item.author %></p>
 | 
					            <p><%= item.author %></p>
 | 
				
			||||||
        </a>
 | 
					        </a>
 | 
				
			||||||
        <p><%= number_with_separator(item.subscriber_count) %> subscribers</p>
 | 
					        <p><%= number_with_separator(item.subscriber_count) %> subscribers</p>
 | 
				
			||||||
 | 
					        <p><%= number_with_separator(item.video_count) %> videos</p>
 | 
				
			||||||
        <h5><%= item.description_html %></h5>
 | 
					        <h5><%= item.description_html %></h5>
 | 
				
			||||||
    <% when SearchPlaylist %>
 | 
					    <% when SearchPlaylist %>
 | 
				
			||||||
        <% if item.id.starts_with? "RD" %>
 | 
					        <% if item.id.starts_with? "RD" %>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user