mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update MediaBrowser.Model/Net/MimeTypes.cs
This commit is contained in:
parent
0aff46631f
commit
1058c80a41
1 changed files with 3 additions and 1 deletions
|
@ -134,7 +134,9 @@ namespace MediaBrowser.Model.Net
|
|||
{ ".m4b", "audio/m4b" },
|
||||
{ ".mid", "audio/midi" },
|
||||
{ ".midi", "audio/midi" },
|
||||
// There's also 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…
Add table
Add a link
Reference in a new issue