MimeTypeUtil - update audio/mpeg mime type to correct file extension

This commit is contained in:
Serhii Bykov 2026-01-08 21:10:40 +01:00 committed by Max Radermacher
parent b980c3325c
commit f4e485443f

View File

@ -963,7 +963,7 @@ public enum MimeTypeUtil {
"audio/midi": "midi",
"audio/mod": "mod",
"audio/mp4": "m4a",
"audio/mpeg": "mpg",
"audio/mpeg": "mp3",
"audio/mpeg3": "mp3",
"audio/ogg": "oga",
"audio/s3m": "s3m",