Remove ogg video mimetype

This commit is contained in:
artiume 2020-05-07 15:58:20 -04:00 committed by GitHub
parent 62da4d0e5c
commit 3e14b1b50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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" },