소스 검색

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

Fix odd formatting in MimeType.cs
Joshua M. Boniface 6 년 전
부모
커밋
4ab82f7436
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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"))
             {