diff --git a/html/poketube.ejs b/html/poketube.ejs index 7c0545a3..4f31d5da 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1294,7 +1294,11 @@ WIP!
- <%- inv.commentCount.toLocaleString() %> +<% if (!isNaN(inv.commentCount)) { %> + <%= inv.commentCount.toLocaleString() %> +<% } else { %> + 0 +<% } %>