diff --git a/html/channel.ejs b/html/channel.ejs index 28d8dad9..c7d08db4 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1591,16 +1591,17 @@ width: fit-content; <% } %> - <% if (Array.isArray(inv_vid?.tags)) { %> + <% if (Array.isArray(cinv?.tags)) { %>
Tags

- <% inv_vid.tags.forEach(x => { %> + <% cinv.tags.forEach(x => { %>
<%=x %>
<% }) %> + <% } %> <% } %> <% } %>