Correction du player.

This commit is contained in:
Johnnybegood90
2026-03-11 18:33:05 +01:00
parent ed6892a8ae
commit 91ef9d428f
+1 -1
View File
@@ -630,7 +630,6 @@ $m3u_url = htmlspecialchars($config["m3u_url"] ?? "");
.tooltip { display: none !important; }
#navBtns { display: none !important; }
}
</style>
/* ═══════════════════════════════════════════
PLAYER PiP
@@ -711,6 +710,7 @@ $m3u_url = htmlspecialchars($config["m3u_url"] ?? "");
.pip { width: calc(100vw - 16px); bottom: 8px; right: 8px; left: 8px; }
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.4.12/hls.min.js"></script>
<link id="themeStylesheet" rel="stylesheet" href="themes/default.css">
</head>