Fixed problem

This commit is contained in:
RadoslavL 2023-09-27 19:46:47 +03:00
parent c257882a1f
commit 9a617ae087
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ module Invidious::Frontend::Pagination
str << %(<div class="page-prev-container flex-left">)
if !first_page?
if !first_page
self.first_page(str, locale, base_url.to_s)
end