mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-03 04:18:25 +00:00
Fix cast from nil in short_description
This commit is contained in:
parent
83b1d80a5b
commit
1f435522b4
@ -706,7 +706,7 @@ struct Video
|
||||
end
|
||||
|
||||
def short_description
|
||||
info["shortDescription"]?.try &.as_s || ""
|
||||
info["shortDescription"]?.try &.as_s? || ""
|
||||
end
|
||||
|
||||
def hls_manifest_url : String?
|
||||
|
Loading…
Reference in New Issue
Block a user