1
Fork 0
This commit is contained in:
ashley 2024-07-19 12:43:48 +00:00
parent 431d458cb5
commit 740a5d82e1

View file

@ -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 { %>