mirror of
https://github.com/iv-org/invidious.git
synced 2026-02-18 01:58:30 -06:00
fix: add missing embedded protobuf message in continuation token for channel shorts
This commit is contained in:
parent
28b9ae72e4
commit
2dd5805e1c
@ -135,6 +135,10 @@ module Invidious::Channel::Tabs
|
||||
"1:string" => "00000000-0000-0000-0000-000000000000",
|
||||
},
|
||||
"4:varint" => sort_options_videos_short(sort_by),
|
||||
"7:embedded" => {
|
||||
"1:string" => "00000000-0000-0000-0000-000000000000",
|
||||
"3:varint" => sort_options_videos_short(sort_by),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user