Browse Source

Fixed odd formatting in MimeType.CS

Think there might have been a mismatch between tabs and spaces. All spaces now.
Sparky 6 năm trước cách đây
mục cha
commit
ae4a82570c
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      MediaBrowser.Model/Net/MimeTypes.cs

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

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