Skip to content

Commit

Permalink
Fix video count for channels
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Sep 5, 2018
1 parent bc49c7d commit 044a57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/views/channel.ecr
Expand Up @@ -51,7 +51,7 @@
</div>
<div class="pure-u-1 pure-u-md-3-5"></div>
<div style="text-align:right;" class="pure-u-1 pure-u-md-1-5">
<% if videos.size == 100 || auto_generated %>
<% if videos.size == 30 %>
<a href="/channel/<%= ucid %>?page=<%= page + 1 %>">Next page</a>
<% end %>
</div>
Expand Down

0 comments on commit 044a57e

Please sign in to comment.