mirror of
https://github.com/iv-org/invidious.git
synced 2026-02-06 02:49:59 +00:00
fix: add missing embedded protobuf message in continuation token for channel videos (#5614)
* fix: add missing embedded protobuf message in continuation token for channel videos * fix: add missing embedded protobuf message in continuation token for channel shorts * fix: add missing embedded protobuf message in continuation token for channel livestreams
This commit is contained in:
@@ -115,6 +115,10 @@ module Invidious::Channel::Tabs
|
|||||||
"1:string" => "00000000-0000-0000-0000-000000000000",
|
"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),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -131,6 +135,10 @@ module Invidious::Channel::Tabs
|
|||||||
"1:string" => "00000000-0000-0000-0000-000000000000",
|
"1:string" => "00000000-0000-0000-0000-000000000000",
|
||||||
},
|
},
|
||||||
"4:varint" => sort_options_videos_short(sort_by),
|
"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),
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -155,6 +163,10 @@ module Invidious::Channel::Tabs
|
|||||||
"1:string" => "00000000-0000-0000-0000-000000000000",
|
"1:string" => "00000000-0000-0000-0000-000000000000",
|
||||||
},
|
},
|
||||||
"5:varint" => sort_by_numerical,
|
"5:varint" => sort_by_numerical,
|
||||||
|
"8:embedded" => {
|
||||||
|
"1:string" => "00000000-0000-0000-0000-000000000000",
|
||||||
|
"3:varint" => sort_by_numerical,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user