From c1788b0e3e6e1b77f74eb8c75f762b5970ef07d8 Mon Sep 17 00:00:00 2001 From: db123 Date: Fri, 24 Apr 2026 00:27:38 +0330 Subject: [PATCH] feat: added native to AdapterConfig interface --- src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/index.ts b/src/types/index.ts index a7e7e82..f022dcf 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -29,6 +29,7 @@ export interface PlayerConfig { } export interface AdapterConfig { + native?: boolean; hls?: boolean | HLSOptions; dash?: boolean | DASHOptions; }