aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Helpers
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2023-08-23 09:08:22 +0200
committercvium <clausvium@gmail.com>2023-08-23 09:08:22 +0200
commita1a155168070f049f64ef33da4b8b29c18db4769 (patch)
treeb4db42b7869437c7c0d353b621032150eb448491 /Jellyfin.Server/Helpers
parentcb48fe02c2cef7270bb071b90d565cf63744c32d (diff)
remove batteries init
Diffstat (limited to 'Jellyfin.Server/Helpers')
-rw-r--r--Jellyfin.Server/Helpers/StartupHelpers.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Server/Helpers/StartupHelpers.cs b/Jellyfin.Server/Helpers/StartupHelpers.cs
index fda6e5465..95b250406 100644
--- a/Jellyfin.Server/Helpers/StartupHelpers.cs
+++ b/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();
}
}