Skip to content

Commit

Permalink
mime for m4a
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis Benson committed May 4, 2019
1 parent fdbc6d6 commit 5a50e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -308,7 +308,7 @@ const fileType = input => {
case 'M4B ':
return {ext: 'm4b', mime: 'audio/mp4'};
case 'M4A ':
return {ext: 'm4a', mime: 'audio/mp4'};
return {ext: 'm4a', mime: 'audio/x-m4a'};
case 'F4V ':
return {ext: 'f4v', mime: 'video/mp4'};
case 'F4P ':
Expand Down

0 comments on commit 5a50e54

Please sign in to comment.