Add:Support for webm and webma audio files #1079

This commit is contained in:
advplyr 2022-10-20 17:24:51 -05:00
parent 4ea1e4460a
commit f55559e9a3
5 changed files with 9 additions and 5 deletions

View file

@ -44,7 +44,9 @@ module.exports.AudioMimeType = {
AAC: 'audio/aac',
FLAC: 'audio/flac',
WMA: 'audio/x-ms-wma',
AIFF: 'audio/x-aiff'
AIFF: 'audio/x-aiff',
WEBM: 'audio/webm',
WEBMA: 'audio/webm'
}
module.exports.VideoMimeType = {