mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:08:34 +01:00
Update html/poketube.ejs
This commit is contained in:
parent
8badc1dab5
commit
e410bdc95a
1 changed files with 2 additions and 2 deletions
|
@ -623,7 +623,7 @@ background-color: #0000;
|
|||
document.addEventListener("DOMContentLoaded", () => {
|
||||
const video = videojs('video', {
|
||||
controls: true,
|
||||
autoplay: false,
|
||||
autoplay: true,
|
||||
preload: 'auto',
|
||||
plugins: {
|
||||
hotkeys: {
|
||||
|
@ -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" preload>
|
||||
<audio id="aud" autoplay 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