Skip to content

Commit 13edce2

Browse files
committed
[HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3"
1 parent fbd216d commit 13edce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

File/MimeType/MimeTypeExtensionGuesser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
619619
'audio/basic' => 'au',
620620
'audio/midi' => 'mid',
621621
'audio/mp4' => 'm4a',
622-
'audio/mpeg' => 'mpga',
622+
'audio/mpeg' => 'mp3',
623623
'audio/ogg' => 'oga',
624624
'audio/s3m' => 's3m',
625625
'audio/silk' => 'sil',

0 commit comments

Comments
 (0)