Skip to content

Commit

Permalink
Merge pull request #466 from XMitja/develop
Browse files Browse the repository at this point in the history
audio/x-wav as wav, fix typo for midi
  • Loading branch information
martijn00 authored Aug 13, 2024
2 parents 55ea36e + 89a6006 commit 8f2fade
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flutter_cache_manager/lib/src/web/mime_converter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ const mimeTypes = {
'audio/3gpp2': '.3g2',
'audio/aac': '.aac',
'audio/x-aac': '.aac',
'audio/midi audio/x-midi': '.midi',
'audio/midi': '.midi',
'audio/x-midi': '.midi',
'audio/x-m4a': '.m4a',
'audio/m4a': '.m4a',
'audio/mpeg': '.mp3',
'audio/ogg': '.oga',
'audio/opus': '.opus',
'audio/wav': '.wav',
'audio/x-wav': '.wav',
'audio/webm': '.weba',
'font/otf': '.otf',
'font/ttf': '.ttf',
Expand Down

0 comments on commit 8f2fade

Please sign in to comment.