mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Fix format in videos.cr
This commit is contained in:
parent
0d63ad5a7f
commit
162b89d942
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ def produce_channel_content_continuation(ucid, content, page = 1, auto_generated
|
||||||
|
|
||||||
content_numerical =
|
content_numerical =
|
||||||
case content
|
case content
|
||||||
when "videos" then 15
|
when "videos" then 15
|
||||||
when "livestreams" then 14
|
when "livestreams" then 14
|
||||||
else 15 # Fallback to "videos"
|
else 15 # Fallback to "videos"
|
||||||
end
|
end
|
||||||
|
|
||||||
sort_by_numerical =
|
sort_by_numerical =
|
||||||
|
|
Loading…
Reference in a new issue