Fix case-sensitive filenames.

This commit is contained in:
abeloin
2014-02-01 21:23:27 -05:00
parent 53776b332c
commit a9e2cc88c5
2 changed files with 7 additions and 7 deletions

View File

@@ -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");