From 842707496435064efcf6d8c2ee3df19bb42cc2e5 Mon Sep 17 00:00:00 2001 From: syeopite Date: Sun, 17 Sep 2023 13:22:00 -0700 Subject: [PATCH] Lint --- src/invidious/videos/parser.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious/videos/parser.cr b/src/invidious/videos/parser.cr index 05f573d8..0193ccd3 100644 --- a/src/invidious/videos/parser.cr +++ b/src/invidious/videos/parser.cr @@ -415,7 +415,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) }), # Related videos "relatedVideos" => JSON::Any.new(related),