Update html/watch.ejs
This commit is contained in:
parent
1acff6b4fd
commit
e36cf4da2d
@ -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")) { %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user