From de4343a001932b6e58349118d1911fd72a95e864 Mon Sep 17 00:00:00 2001 From: ashley Date: Thu, 23 May 2024 20:06:05 +0000 Subject: [PATCH] add warning for dis lol --- html/channel.ejs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index 2f3b91a7..6079b60a 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1261,9 +1261,13 @@ width: fit-content; <% }) %> <% } %> + + <% if (!Array.isArray( tj?.videos)) { %> +

No content on this channel :c <% if (Array?.isArray( shorts.videos)) { %> try Try Looking at shorts maybe lol :p

+ <% } %> + <% } %> + - -