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 Apr 17, 2019
1 parent ea212ec commit bbb36cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -316,7 +316,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 bbb36cc

Please sign in to comment.