diff --git a/html/watch.ejs b/html/watch.ejs index 74f3bdcb..fa5d1726 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -1460,13 +1460,22 @@ Offical Discord Server! :3
- Views : <%=engagement.viewCount.toLocaleString()%>
+ Views : <%=engagement?.viewCount.toLocaleString()%>
<% if (VideoData?.genre) { %>
@@ -2846,7 +2855,7 @@ a {
<%=engagement.viewCount.toLocaleString()%> views <%=date%>
- <%=convert(engagement.viewCount)%>
+ <%=convert(engagement?.viewCount)%>
Views