Update html/watch.ejs

This commit is contained in:
ashley 2025-09-01 10:56:58 +02:00
parent 1acff6b4fd
commit e36cf4da2d

View File

@ -1622,13 +1622,14 @@ WIP! </a>
<% if (VideoData?.genre) { %> <% if (VideoData?.genre) { %>
Genre: <%-VideoData.genre %> Genre: <%-VideoData.genre %> <br>
<% } %> <% } %>
<br> <br>
<% if (VideoData?.license) { %> <% if (VideoData?.license) { %>
License: <%-VideoData?.license %> License: <%-VideoData?.license %> <br>
<% } else { %> <% } else { %>
License: Standard YouTube License License: Standard YouTube License <br>
<% } %> <br> <% } %> <br>
<% if (date.includes("Premiered")) { %> <% if (date.includes("Premiered")) { %>