Merge pull request #488 from sparky8251/fix-mimetype-formatting

Fix odd formatting in MimeType.cs
This commit is contained in:
Joshua M. Boniface
2019-01-07 11:25:43 -05:00
committed by GitHub

View File

@@ -232,10 +232,10 @@ namespace MediaBrowser.Model.Net
if (StringHelper.EqualsIgnoreCase(ext, ".oga"))
{
return "audio/ogg";
}
if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
{
return "audio/ogg";
}
if (StringHelper.EqualsIgnoreCase(ext, ".opus"))
{
return "audio/ogg";
}
if (StringHelper.EqualsIgnoreCase(ext, ".ac3"))
{