From 06fb30c8bc2de48f1b7c6c2de9ea04812aa3b8a6 Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 16 Mar 2022 22:27:23 +0300 Subject: [PATCH] add "toString()" yes. --- html/youtube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { %>