Ver código fonte

Merge pull request #3066 from Artiume/patch-1

Remove ogg video mimetype
Bond-009 5 anos atrás
pai
commit
d016a9772f
1 arquivos alterados com 0 adições e 4 exclusões
  1. 0 4
      MediaBrowser.Model/Net/MimeTypes.cs

+ 0 - 4
MediaBrowser.Model/Net/MimeTypes.cs

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