Update src/invidious/videos/description.cr

Co-authored-by: Fijxu <fijxu@nadeko.net>
This commit is contained in:
shiny-comic 2026-02-17 13:42:29 +09:00 committed by GitHub
parent 44a5ea5eeb
commit 8ae9899cc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ private def utf16_length(content : String) : Int32
end end
u16_size u16_size
end end
def parse_description(desc, video_id : String) : String? def parse_description(desc, video_id : String) : String?
return "" if desc.nil? return "" if desc.nil?