mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-09 20:24:03 +00:00
Fix format in videos.cr
This commit is contained in:
@@ -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 =
|
||||||
|
Reference in New Issue
Block a user