Fixed odd formatting in MimeType.CS

Think there might have been a mismatch between tabs and spaces. All spaces now.
This commit is contained in:
Sparky 2019-01-07 11:23:11 -05:00
parent c986340c02
commit ae4a82570c

View file

@ -228,10 +228,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"))
{