From 2dd5805e1c3f652c83274606821aa1757df63abb Mon Sep 17 00:00:00 2001 From: Fijxu Date: Tue, 3 Feb 2026 15:21:05 -0300 Subject: [PATCH] fix: add missing embedded protobuf message in continuation token for channel shorts --- src/invidious/channels/videos.cr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/invidious/channels/videos.cr b/src/invidious/channels/videos.cr index c2e0683e..d1421b23 100644 --- a/src/invidious/channels/videos.cr +++ b/src/invidious/channels/videos.cr @@ -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), + }, }, }