Update src/invidious/channels/about.cr

Co-authored-by: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
This commit is contained in:
Fijxu 2026-02-20 18:41:44 -03:00 committed by GitHub
parent 3540bfde47
commit 55f5bde69e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -185,7 +185,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