Add mime types for MPEG/MPG

This commit is contained in:
advplyr
2024-11-01 09:12:40 -05:00
parent 32105665c1
commit f3d2b781ab
3 changed files with 11 additions and 12 deletions

View File

@@ -49,5 +49,7 @@ module.exports.AudioMimeType = {
WEBMA: 'audio/webm',
MKA: 'audio/x-matroska',
AWB: 'audio/amr-wb',
CAF: 'audio/x-caf'
CAF: 'audio/x-caf',
MPEG: 'audio/mpeg',
MPG: 'audio/mpeg'
}