diff --git a/src/views/watch.ecr b/src/views/watch.ecr index db8457d2..81fe47c5 100644 --- a/src/views/watch.ecr +++ b/src/views/watch.ecr @@ -2,7 +2,7 @@ -<%= video.info["title"] %> - Invidious +<%= video.title %> - Invidious <% end %> <% if listen == "true" %> @@ -54,10 +54,10 @@ var player = videojs('player', options, function() {
-

<%= views %>

-

<%= likes %>

-

<%= dislikes %>

-

Wilson Score : <%= ci_lower_bound(likes, likes + dislikes).round(4) %>

+

<%= video.views %>

+

<%= video.likes %>

+

<%= video.dislikes %>

+

Wilson Score : <%= video.wilson_score.round(4) %>

Rating : <%= rating.round(4) %> / 5

Engagement : <%= engagement.round(2) %>%