mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Fix case-sensitive filenames.
This commit is contained in:
@@ -110,7 +110,7 @@ namespace MediaBrowser.Server.Mono
|
||||
// Allow all https requests
|
||||
ServicePointManager.ServerCertificateValidationCallback = _ignoreCertificates;
|
||||
|
||||
_appHost = new ApplicationHost(appPaths, logManager);
|
||||
_appHost = new ApplicationHost(appPaths, logManager, false);
|
||||
|
||||
Console.WriteLine ("appHost.Init");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user