소스 검색

remove batteries init

cvium 1 년 전
부모
커밋
a1a1551680
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Jellyfin.Server/Helpers/StartupHelpers.cs

+ 0 - 2
Jellyfin.Server/Helpers/StartupHelpers.cs

@@ -297,7 +297,5 @@ public static class StartupHelpers
         // Disable the "Expect: 100-Continue" header by default
         // Disable the "Expect: 100-Continue" header by default
         // http://stackoverflow.com/questions/566437/http-post-returns-the-error-417-expectation-failed-c
         // http://stackoverflow.com/questions/566437/http-post-returns-the-error-417-expectation-failed-c
         ServicePointManager.Expect100Continue = false;
         ServicePointManager.Expect100Continue = false;
-
-        Batteries_V2.Init();
     }
     }
 }
 }