Fix cast from nil in short_description
このコミットが含まれているのは:
コミット
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?
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする