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