From fed4ba28a77b924807574ec4a9e147cdd53d27da Mon Sep 17 00:00:00 2001 From: Ivan Evans <74743263+Pasithea0@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:06:33 -0700 Subject: [PATCH] cleanup hls stream feature detection --- src/utils/detectFeatures.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/detectFeatures.ts b/src/utils/detectFeatures.ts index 082ec07d..f67c2207 100644 --- a/src/utils/detectFeatures.ts +++ b/src/utils/detectFeatures.ts @@ -1,6 +1,5 @@ import { detect } from "detect-browser"; import fscreen from "fscreen"; -import Hls from "hls.js"; export const isSafari = /^((?!chrome|android).)*safari/i.test( navigator.userAgent,