mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-03 12:11:22 +05:30
Fixed problem
This commit is contained in:
parent
c257882a1f
commit
9a617ae087
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user