good stuff

This commit is contained in:
Ashley 2022-08-08 21:35:08 +03:00 committed by GitHub
parent 0e3f923552
commit 5795f28dd9

View file

@ -314,13 +314,12 @@ margin-right: 100px;
<p>Change the resolution of the video :3</p> <p>Change the resolution of the video :3</p>
<div> <div>
<% if (!qua) { %> <% if (!qua) { %>
<a href="/watch?v=<%=video.id%>&quality=medium">medium</a> <a href="/watch?v=<%=video.id%>&quality=medium">medium</a>
<b>hd720 (current)</b> <b>hd720 (current)</b>
<% } %> <% } %>
<% if (qua) { %> <% if (qua === "medium") { %>
<b>medium (current)</b>
<b>medium (current)</b> <a href="/watch?v=<%=video.id%>">hd720</a>
<a href="/watch?v=<%=video.id%>">hd720</a>
<% } %> <% } %>
</div> </div>