浏览代码

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
         // http://stackoverflow.com/questions/566437/http-post-returns-the-error-417-expectation-failed-c
         ServicePointManager.Expect100Continue = false;
-
-        Batteries_V2.Init();
     }
 }