feat: added native to AdapterConfig interface

This commit is contained in:
2026-04-24 00:27:38 +03:30
parent 139b2d0de4
commit c1788b0e3e

View File

@@ -29,6 +29,7 @@ export interface PlayerConfig {
}
export interface AdapterConfig {
native?: boolean;
hls?: boolean | HLSOptions;
dash?: boolean | DASHOptions;
}