Merge pull request #3066 from Artiume/patch-1
Remove ogg video mimetype
This commit is contained in:
commit
d016a9772f
|
@ -117,7 +117,6 @@ namespace MediaBrowser.Model.Net
|
|||
{ ".mkv", "video/x-matroska" },
|
||||
{ ".mov", "video/quicktime" },
|
||||
{ ".mpd", "video/vnd.mpeg.dash.mpd" },
|
||||
{ ".ogg", "video/ogg" },
|
||||
{ ".ogv", "video/ogg" },
|
||||
{ ".ts", "video/mp2t" },
|
||||
{ ".webm", "video/webm" },
|
||||
|
@ -134,9 +133,6 @@ 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" },
|
||||
{ ".mp3", "audio/mpeg" },
|
||||
{ ".oga", "audio/ogg" },
|
||||
{ ".ogg", "audio/ogg" },
|
||||
|
|
Loading…
Reference in New Issue
Block a user