New Changes with packages

This commit is contained in:
2025-10-08 13:35:13 +05:30
parent 6dfd9c2d74
commit ce96d0e53d
+1 -5
View File
@@ -182,11 +182,7 @@ const id = `vp_${Math.random().toString(36).slice(2)}`;
const fullscreenBtn = get("fsbtn");
const flvjs = window.flvjs;
// Load FLV or fallback
if (
(flvjs && flvjs.isSupported() && videoUrl.endsWith(".flv")) ||
videoUrl.includes(":8089/")
) {
if (flvjs && flvjs.isSupported()) {
const player = flvjs.createPlayer({
type: "flv",
isLive: true,