Skip to content

Commit

Permalink
Merge pull request #61 from netsco/master
Browse files Browse the repository at this point in the history
Adding audio/mp3 to MimeTypeGuesser.php
  • Loading branch information
emsifa authored Nov 10, 2018
2 parents b989676 + 9a91113 commit 61ed77b
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 61ed77b

Please sign in to comment.