Skip to content

Commit

Permalink
Adding audio/mp3 to MimeTypeGuesser.php
Browse files Browse the repository at this point in the history
  • Loading branch information
netsco authored Nov 9, 2018
1 parent b989676 commit 9a91113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MimeTypeGuesser.php
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ class MimeTypeGuesser
'audio/adpcm' => 'adp',
'audio/basic' => 'au',
'audio/midi' => 'mid',
'audio/mp3' => 'mp3',
'audio/mp4' => 'mp4a',
'audio/mpeg' => 'mpga',
'audio/ogg' => 'oga',
Expand Down

0 comments on commit 9a91113

Please sign in to comment.