Skip to content

Commit

Permalink
Merge pull request #15 from eresearchqut/ERP-2333-m4a-macos
Browse files Browse the repository at this point in the history
[ERP-2333] Add correct m4a mime type
  • Loading branch information
ScriptSmith authored Aug 19, 2024
2 parents 8d3b975 + ef45ebc commit 7da4443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const SUPPORTED_MIME_TYPES = [
"audio/mp4",
"video/mp4",
"audio/m4a",
"audio/x-m4a",
"application/ogg",
"audio/ogg",
"video/ogg",
Expand Down

0 comments on commit 7da4443

Please sign in to comment.