Channels: Use new ctoken value for "sort by oldest"

pull/3931/head
Samantaz Fox 2023-06-21 21:41:53 +02:00
rodzic 93559cbdd5
commit 16b8b6034f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F42821059186176E
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 3_i64 # Broken as of 10/2022 :c
when "oldest" then 4_i64
else 1_i64 # Fallback to "newest"
end