From 4ee05190fe280de3f66290f0d6e093d2a7833b4a Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 21 Mar 2023 19:31:04 +0000 Subject: [PATCH] fix a goofy ahh issue --- html/channel.ejs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index 8dc71c9f..e6b0e051 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -631,13 +631,17 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=< <% } %> <% } %> - <% if (Array.isArray(stream.videos)) { %> + <% if (Array.isArray(stream.videos)) { %> + <% if (stream.videos[0]) { %> + <% if (turntomins(stream.videos[0].lengthSeconds) != "aN:aN" ) { %> Live <% } %> <% } %> - + + <% } %> + Community About