mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Update MimeTypes.cs
This commit is contained in:
parent
1058c80a41
commit
1388464329
@ -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…
x
Reference in New Issue
Block a user