Skip to content

Commit

Permalink
fix(player): add audio/m4a mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Aug 11, 2024
1 parent 9833d7b commit 6801a84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vidstack/src/utils/mime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export const AUDIO_TYPES = new Set<string>([
'audio/mp3',
'audio/webm',
'audio/flac',
'audio/m4a',
'audio/m4b',
'audio/mp4a',
]);

// https://github.com/cookpete/react-player/blob/master/src/patterns.js#L16
Expand Down

0 comments on commit 6801a84

Please sign in to comment.