From b6afba6a1035363bb9c1de90e79e7973e3f3d658 Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 11 Mar 2022 23:42:31 +0300 Subject: [PATCH] add <% if (title.Description) { %> beacuse you know,some videos dont have descs for some reason --- html/youtube.ejs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/youtube.ejs b/html/youtube.ejs index 261c1172..e8661300 100644 --- a/html/youtube.ejs +++ b/html/youtube.ejs @@ -88,8 +88,11 @@

Video Description

+ <% if (title.Description) { %>

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

+ <% } %> + <% if (lyrics) { %>

Music Lyrics