Skip to content

Commit 9a91113

Browse files
authored
Adding audio/mp3 to MimeTypeGuesser.php
1 parent b989676 commit 9a91113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MimeTypeGuesser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ class MimeTypeGuesser
598598
'audio/adpcm' => 'adp',
599599
'audio/basic' => 'au',
600600
'audio/midi' => 'mid',
601+
'audio/mp3' => 'mp3',
601602
'audio/mp4' => 'mp4a',
602603
'audio/mpeg' => 'mpga',
603604
'audio/ogg' => 'oga',

0 commit comments

Comments
 (0)