mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 15:53:42 +01:00
update translations
This commit is contained in:
@@ -133,7 +133,7 @@ namespace MediaBrowser.Server.Mono
|
||||
// Allow all https requests
|
||||
ServicePointManager.ServerCertificateValidationCallback = _ignoreCertificates;
|
||||
|
||||
_appHost = new ApplicationHost(appPaths, logManager, false);
|
||||
_appHost = new ApplicationHost(appPaths, logManager, false, false);
|
||||
|
||||
Console.WriteLine ("appHost.Init");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user