diff --git a/html/youtube.ejs b/html/youtube.ejs index e8661300..46a11674 100644 --- a/html/youtube.ejs +++ b/html/youtube.ejs @@ -90,7 +90,7 @@
<% if (title.Description) { %>

- <%-title.Description.replace(/\n/g, "
")%>

+ <%-title.Description.toString().replace(/\n/g, "
")%> <% } %> <% if (lyrics) { %>