mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add channel video count to search results
This commit is contained in:
parent
47ed8bd13f
commit
c8b321920d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
<p><%= item.author %></p>
|
||||
</a>
|
||||
<p><%= number_with_separator(item.subscriber_count) %> subscribers</p>
|
||||
<p><%= number_with_separator(item.video_count) %> videos</p>
|
||||
<h5><%= item.description_html %></h5>
|
||||
<% when SearchPlaylist %>
|
||||
<% if item.id.starts_with? "RD" %>
|
||||
|
|
Loading…
Reference in a new issue