fix stuff :3

This commit is contained in:
ashley 2024-08-09 14:58:20 +00:00
parent ed2620e44f
commit 4c00425f66

View file

@ -623,7 +623,7 @@ background-color: #0000;
document.addEventListener("DOMContentLoaded", () => {
const video = videojs('video', {
controls: true,
autoplay: true,
autoplay: false,
preload: 'auto',
plugins: {
hotkeys: {
@ -1103,7 +1103,7 @@ Offical Discord Server! :3
<% } %>
</noscript>
<video class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" preload onerror="showErrorCard(event)">
<video poster="<%- media_proxy_url %>/proxy?url=https://i.ytimg.com/vi/<%= inv_vid.videoId %>/sqdefault.jpg" class="video-js player video-ambient-container" id="video" style="border-radius: 16px; box-sizing: border-box; min-width: 100%; display: block;" preload onerror="showErrorCard(event)">
<% if (isvidious) { %>
<% if (!qua) { %>
<%