diff --git a/html/poketube.ejs b/html/poketube.ejs index bcd38a9e..f5568806 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1309,12 +1309,12 @@ display: block; !important;" autoplay controls>
- <% if (Array.isArray(video?.Tags.Tag)) { %> + <% if (Array.isArray(inv_vid?.keywords)) { %>
Tags
- <% video?.Tags.Tag.forEach(x => { %> + <% inv_vid?.keywords.forEach(x => { %>
<%=x %> @@ -2489,12 +2489,12 @@ the channels social media accounts!
- <% if (Array.isArray(video?.Tags?.Tag)) { %> + <% if (Array.isArray(inv_vid?.keywords)) { %>
Tags
- <% video.Tags.Tag.forEach(x => { %> + <% inv_vid.keywords.forEach(x => { %> <% }) %> +