This commit is contained in:
syeopite 2023-09-17 13:22:00 -07:00 committed by Fijxu
parent 17eb65e958
commit 7b4158447c
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -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