Fix format in videos.cr

This commit is contained in:
src-tinkerer 2023-11-23 14:44:37 +03:30
parent 0d63ad5a7f
commit 162b89d942
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ def produce_channel_content_continuation(ucid, content, page = 1, auto_generated
content_numerical =
case content
when "videos" then 15
when "videos" then 15
when "livestreams" then 14
else 15 # Fallback to "videos"
else 15 # Fallback to "videos"
end
sort_by_numerical =