Skip to content

Commit

Permalink
Hashtag: Show next page if a continuation exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed Sep 7, 2023
1 parent d90ab34 commit 0cc0670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/routes/search.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0cc0670

Please sign in to comment.