From a673c2a1812ceaf2bfc9bbcceaa55c4b49b42aa8 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 30 Jan 2026 15:40:27 -0300 Subject: [PATCH] fix: add missing embedded protobuf message in continuation token for channel videos --- src/invidious/channels/videos.cr | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/invidious/channels/videos.cr b/src/invidious/channels/videos.cr index 96400f47..c2e0683e 100644 --- a/src/invidious/channels/videos.cr +++ b/src/invidious/channels/videos.cr @@ -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), + }, }, }