1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 02:03:32 -05:00

Update html/poketube.ejs

This commit is contained in:
ashley 2024-08-09 13:28:17 +00:00
parent 4006cf9c93
commit ed2620e44f

View file

@ -1089,7 +1089,7 @@ Offical Discord Server! :3
<div id="<%=sha384(inv_vid.videoId)%>" class="video-player-container"> <div id="<%=sha384(inv_vid.videoId)%>" class="video-player-container">
<% if (!qua) { //TODO - a %> <% if (!qua) { //TODO - a %>
<audio id="aud" autoplay preload> <audio id="aud" preload>
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=140&local=true" type="video/mp4" onerror="showErrorCard(event)"/> <source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=140&local=true" type="video/mp4" onerror="showErrorCard(event)"/>
</audio> </audio>
<% } else { %> <% } else { %>