Skip to content

Commit

Permalink
MimeTypes add matroska
Browse files Browse the repository at this point in the history
  • Loading branch information
KANekT authored and jstedfast committed May 16, 2023
1 parent a797a7b commit 887b77a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MimeKit/MimeTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ static MimeTypes ()
{ ".mjf", "audio/x-vnd.AudioExplosion.MjuiceMediaFile" },
{ ".mjpg", "video/x-motion-jpeg" },
{ ".mjs", "text/javascript" },
{ ".mkv", "video/x-matroska" },
{ ".mm", "application/base64" },
{ ".mme", "application/base64" },
{ ".mny", "application/x-msmoney" },
Expand Down Expand Up @@ -995,6 +996,7 @@ static MimeTypes ()
{ "video/x-dv", ".dif" },
{ "video/x-isvideo", ".isu" },
{ "video/x-ivf", ".ivf" },
{ "video/x-matroska", ".mkv" },
{ "video/x-motion-jpeg", ".mjpg" },
{ "video/x-ms-asf", ".asf" },
{ "video/x-ms-wmp", ".wmp" },
Expand Down

0 comments on commit 887b77a

Please sign in to comment.