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