diff --git a/src/invidious/routes/search.cr b/src/invidious/routes/search.cr index a9bcadcc..53a4f003 100644 --- a/src/invidious/routes/search.cr +++ b/src/invidious/routes/search.cr @@ -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"