fix: add missing embedded protobuf message in continuation token for channel videos

This commit is contained in:
Fijxu
2026-01-30 15:40:27 -03:00
parent b1d16c3588
commit a673c2a181

View File

@@ -114,7 +114,11 @@ module Invidious::Channel::Tabs
"2:embedded" => {
"1:string" => "00000000-0000-0000-0000-000000000000",
},
"4:varint" => sort_options_videos_short(sort_by),
"4:varint" => sort_options_videos_short(sort_by),
"8:embedded" => {
"1:string" => "00000000-0000-0000-0000-000000000000",
"3:varint" => sort_options_videos_short(sort_by),
},
},
}