Hashtag: Show next page if a continuation exists

pull/3864/head
ChunkyProgrammer 2023-07-16 13:31:31 -07:00
rodzic 942a93081f
commit ec5546ebe1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -106,7 +106,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"