mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-23 05:33:07 +05:30
Hashtag: Show next page if a continuation exists
This commit is contained in:
parent
5be1d992a9
commit
347412294a
@ -112,7 +112,7 @@ module Invidious::Routes::Search
|
||||
page_nav_html = Frontend::Pagination.nav_numeric(locale,
|
||||
base_url: "/hashtag/#{hashtag_encoded}",
|
||||
current_page: page,
|
||||
show_next: (items.size >= 60)
|
||||
show_next: hashtagPage.has_next_continuation
|
||||
)
|
||||
|
||||
templated "hashtag"
|
||||
|
Loading…
Reference in New Issue
Block a user