This commit is contained in:
syeopite 2023-09-17 13:22:00 -07:00
parent c6e14e51bc
commit 401a4fc62d
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ def parse_video_info(video_id : String, player_response : Hash(String, JSON::Any
"isFamilyFriendly" => JSON::Any.new(family_friendly || false),
"isListed" => JSON::Any.new(is_listed || false),
"isUpcoming" => JSON::Any.new(is_upcoming || false),
"commentsEnabled" => JSON::Any.new(comments_enabled),
"commentsEnabled" => JSON::Any.new(comments_enabled),
"keywords" => JSON::Any.new(keywords.map { |v| JSON::Any.new(v) }),
"isPostLiveDvr" => JSON::Any.new(post_live_dvr),
# Related videos