mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
Update html/poketube.ejs
This commit is contained in:
parent
4006cf9c93
commit
ed2620e44f
1 changed files with 1 additions and 1 deletions
|
@ -1089,7 +1089,7 @@ Offical Discord Server! :3
|
|||
<div id="<%=sha384(inv_vid.videoId)%>" class="video-player-container">
|
||||
|
||||
<% 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)"/>
|
||||
</audio>
|
||||
<% } else { %>
|
||||
|
|
Loading…
Reference in a new issue