Update:Add support for MKA audio files #1597

This commit is contained in:
advplyr 2023-03-12 15:52:49 -05:00
parent f75ed07497
commit 27b9d3b94f
3 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,8 @@ module.exports.AudioMimeType = {
WMA: 'audio/x-ms-wma',
AIFF: 'audio/x-aiff',
WEBM: 'audio/webm',
WEBMA: 'audio/webm'
WEBMA: 'audio/webm',
MKA: 'audio/x-matroska'
}
module.exports.VideoMimeType = {