diff --git a/src/invidious/helpers.cr b/src/invidious/helpers.cr index 5bb30c07..314561e1 100644 --- a/src/invidious/helpers.cr +++ b/src/invidious/helpers.cr @@ -569,7 +569,7 @@ def template_youtube_comments(comments)
- [ - ] #{child["likeCount"]} #{child["author"]} + [ - ] #{child["likeCount"]} #{child["author"]}
- [ - ] #{score} #{author} + [ - ] #{score} #{author}
<%= number_with_separator(video.views) %>
-<%= number_with_separator(video.likes) %>
-<%= number_with_separator(video.dislikes) %>
+<%= number_with_separator(video.views) %>
+<%= number_with_separator(video.likes) %>
+<%= number_with_separator(video.dislikes) %>
Genre : <%= video.genre %>
Family Friendly? <%= video.is_family_friendly %>
Wilson Score : <%= video.wilson_score.round(4) %>