Skip to content

Commit 871c868

Browse files
committed
support m4a file extension
1 parent aca37f6 commit 871c868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flutter_cache_manager/lib/src/web/mime_converter.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const mimeTypes = {
5454
'audio/aac': '.aac',
5555
'audio/x-aac': '.aac',
5656
'audio/midi audio/x-midi': '.midi',
57+
'audio/x-m4a': '.m4a',
5758
'audio/mpeg': '.mp3',
5859
'audio/ogg': '.oga',
5960
'audio/opus': '.opus',

0 commit comments

Comments
 (0)