diff --git a/src/invidious/videos/parser.cr b/src/invidious/videos/parser.cr index 6fc56b9d7..37245cc0f 100644 --- a/src/invidious/videos/parser.cr +++ b/src/invidious/videos/parser.cr @@ -433,7 +433,7 @@ module Invidious::Videos::Parser "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