diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/videos.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/videos.cr b/src/invidious/videos.cr index 277c81f4..9af45851 100644 --- a/src/invidious/videos.cr +++ b/src/invidious/videos.cr @@ -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? |
