Skip to content

Commit

Permalink
Corrected mime type for .acc files to audio/aac (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Aug 3, 2023
1 parent 815698d commit 136d271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

- Corrected mime type for `.acc` files to `audio/aac`

## 2.5.0 - 2023-04-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/MimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ final class MimeType
'7zip' => 'application/x-7z-compressed',
'123' => 'application/vnd.lotus-1-2-3',
'aab' => 'application/x-authorware-bin',
'aac' => 'audio/x-acc',
'aac' => 'audio/aac',
'aam' => 'application/x-authorware-map',
'aas' => 'application/x-authorware-seg',
'abw' => 'application/x-abiword',
Expand Down

0 comments on commit 136d271

Please sign in to comment.