chore(types): rename PlayerOptions to PlayerConfig

This commit is contained in:
2026-04-28 01:45:56 +03:30
parent 7e21808d69
commit 46ab7abe9b
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,6 @@ export {
AdapterConfig, AdapterConfig,
HLSOptions, HLSOptions,
DASHOptions, DASHOptions,
} from './PlayerOptions'; } from './PlayerConfig';
export { PlayerEvents } from './PlaybackState'; export { PlayerEvents } from './PlaybackState';