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
parent 828656f1f7
commit fd01de785d
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -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