Fix cast from nil in short_description

pull/1295/head
Omar Roth 4 years ago
parent 83b1d80a5b
commit 1f435522b4
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -706,7 +706,7 @@ struct Video
end end
def short_description def short_description
info["shortDescription"]?.try &.as_s || "" info["shortDescription"]?.try &.as_s? || ""
end end
def hls_manifest_url : String? def hls_manifest_url : String?

Loading…
Cancel
Save