From fd01de785d5cb6d49fa1031da1c1f73a221bfe6f Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 20 Feb 2026 18:41:44 -0300 Subject: [PATCH] Update src/invidious/channels/about.cr Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> --- src/invidious/channels/about.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/channels/about.cr b/src/invidious/channels/about.cr index c6c8bb839..f49aa91d6 100644 --- a/src/invidious/channels/about.cr +++ b/src/invidious/channels/about.cr @@ -190,7 +190,7 @@ def get_about_info(ucid, locale) : AboutChannel end # This is to prevent processing more metadata parts if we already have - # all the parts we care about, which are the ones bellow + # all the parts we care about, which are the ones below break if sub_count != 0 && !pronouns.nil? && !author_handle.nil? end end