mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(skin): add error handling for audio players (#1048)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
559d5169b5
commit
df927f67fc
@@ -66,6 +66,7 @@ export type AudioFeatures = [
|
||||
PlayerFeature<MediaTimeState>,
|
||||
PlayerFeature<MediaSourceState>,
|
||||
PlayerFeature<MediaBufferState>,
|
||||
PlayerFeature<MediaErrorState>,
|
||||
];
|
||||
|
||||
// TODO: Define background video features (e.g., playback, source, buffer)
|
||||
|
||||
@@ -32,6 +32,7 @@ export const audioFeatures: AudioFeatures = [
|
||||
timeFeature,
|
||||
sourceFeature,
|
||||
bufferFeature,
|
||||
errorFeature,
|
||||
];
|
||||
|
||||
// TODO: Add background video features (e.g., playback, source, buffer)
|
||||
|
||||
Reference in New Issue
Block a user