mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
bwa
This commit is contained in:
parent
431d458cb5
commit
740a5d82e1
1 changed files with 2 additions and 1 deletions
|
@ -784,6 +784,7 @@ function cstsRemaining(totalTimeInSeconds, elapsedTimeInSeconds) {
|
|||
shouldUseRemaining = false;
|
||||
timestamps.innerText = `${csts(video.currentTime)}/${csts(video.duration)}`;
|
||||
});
|
||||
// test
|
||||
|
||||
seekbar.addEventListener("input", (event) => {
|
||||
video.pause()
|
||||
|
@ -1402,7 +1403,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