mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-13 07:35:49 -05:00
Compare commits
No commits in common. "75c4c0b349cfa7bb9904824b268bc930911399da" and "93559cbdd59276244ac16be24e073aab6941338d" have entirely different histories.
75c4c0b349
...
93559cbdd5
@ -20,7 +20,7 @@ def produce_channel_videos_continuation(ucid, page = 1, auto_generated = nil, so
|
||||
case sort_by
|
||||
when "newest" then 1_i64
|
||||
when "popular" then 2_i64
|
||||
when "oldest" then 4_i64
|
||||
when "oldest" then 3_i64 # Broken as of 10/2022 :c
|
||||
else 1_i64 # Fallback to "newest"
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user