Browse Source

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

Fix odd formatting in MimeType.cs
Joshua M. Boniface 6 years ago
parent
commit
4ab82f7436
1 changed files with 4 additions and 4 deletions
  1. 4 4
      MediaBrowser.Model/Net/MimeTypes.cs

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

@@ -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"))
             {