mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 02:58:55 +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", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
const video = videojs('video', {
|
const video = videojs('video', {
|
||||||
controls: true,
|
controls: true,
|
||||||
autoplay: false,
|
autoplay: true,
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
plugins: {
|
plugins: {
|
||||||
hotkeys: {
|
hotkeys: {
|
||||||
|
@ -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" 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)"/>
|
<source src="<%=u%>/latest_version?id=<%=inv_vid.videoId%>&itag=140&local=true" type="video/mp4" onerror="showErrorCard(event)"/>
|
||||||
</audio>
|
</audio>
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
|
|
Loading…
Reference in a new issue