mirror of
https://github.com/videojs/video.js.git
synced 2025-01-08 07:00:10 +02:00
feat: add 'audio/mp4' mimetype for m4a files (#5982)
This commit is contained in:
parent
d41794c42c
commit
0f501f9fa1
@ -14,6 +14,7 @@ export const MimetypesKind = {
|
||||
mov: 'video/mp4',
|
||||
m4v: 'video/mp4',
|
||||
mkv: 'video/x-matroska',
|
||||
m4a: 'audio/mp4',
|
||||
mp3: 'audio/mpeg',
|
||||
aac: 'audio/aac',
|
||||
oga: 'audio/ogg',
|
||||
|
Loading…
Reference in New Issue
Block a user