Skip to content

Commit

Permalink
add Apple style MP4 Audio file extension mime-type
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsegev committed Dec 18, 2024
1 parent a580219 commit fe222a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fio-stl.h
Original file line number Diff line number Diff line change
Expand Up @@ -43765,6 +43765,7 @@ FIO_SFUNC void fio_http_mime_register_essential(void) {
REGISTER_MIME("mjs", "text/javascript");
REGISTER_MIME("mp3", "audio/mpeg");
REGISTER_MIME("mp4", "video/mp4");
REGISTER_MIME("m4a", "audio/mp4");
REGISTER_MIME("m4v", "video/mp4");
REGISTER_MIME("mpeg", "video/mpeg");
REGISTER_MIME("mpkg", "application/vnd.apple.installer+xml");
Expand Down
1 change: 1 addition & 0 deletions fio-stl/431 http handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -3555,6 +3555,7 @@ FIO_SFUNC void fio_http_mime_register_essential(void) {
REGISTER_MIME("mjs", "text/javascript");
REGISTER_MIME("mp3", "audio/mpeg");
REGISTER_MIME("mp4", "video/mp4");
REGISTER_MIME("m4a", "audio/mp4");
REGISTER_MIME("m4v", "video/mp4");
REGISTER_MIME("mpeg", "video/mpeg");
REGISTER_MIME("mpkg", "application/vnd.apple.installer+xml");
Expand Down

0 comments on commit fe222a7

Please sign in to comment.