From a6383824b2b1b6664dfff60a2c603584d500aa98 Mon Sep 17 00:00:00 2001 From: Ashley //// Date: Sat, 27 Apr 2024 15:04:21 +0000 Subject: [PATCH] oops --- html/channel.ejs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 => { %> <% }) %> + <% } %> <% } %> <% } %>