Update MimeTypes.cs

pull/3050/head
artiume 4 years ago committed by GitHub
parent 1058c80a41
commit 1388464329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -134,9 +134,9 @@ namespace MediaBrowser.Model.Net
{ ".m4b", "audio/m4b" },
{ ".mid", "audio/midi" },
{ ".midi", "audio/midi" },
// There's also audio/x-midi, but no testing has been done to associate an extension with two seperate mime types.
// { ".mid", "audio/x-midi" },
// { ".midi", "audio/x-midi" },
// There's also audio/x-midi, but no testing has been done to associate an extension with two seperate mime types.
// { ".mid", "audio/x-midi" },
// { ".midi", "audio/x-midi" },
{ ".mp3", "audio/mpeg" },
{ ".oga", "audio/ogg" },
{ ".ogg", "audio/ogg" },

Loading…
Cancel
Save