diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr index 5d72503e..a0592cf6 100644 --- a/src/invidious/comments.cr +++ b/src/invidious/comments.cr @@ -185,7 +185,7 @@ def fetch_youtube_comments(id, db, cursor, format, locale, thin_mode, region, so json.field "published", published.to_unix json.field "publishedText", translate(locale, "`x` ago", recode_date(published, locale)) - json.field "likeCount", node_comment["likeCount"] + json.field "likeCount", 0 json.field "commentId", node_comment["commentId"] json.field "authorIsChannelOwner", node_comment["authorIsChannelOwner"]