From a9e2cc88c5af9ea70431d8e1bba14cb64afbd079 Mon Sep 17 00:00:00 2001 From: abeloin Date: Sat, 1 Feb 2014 21:23:27 -0500 Subject: Fix case-sensitive filenames. --- MediaBrowser.Server.Mono/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Mono/Program.cs') diff --git a/MediaBrowser.Server.Mono/Program.cs b/MediaBrowser.Server.Mono/Program.cs index 7afe0ce037..0f2a90900e 100644 --- a/MediaBrowser.Server.Mono/Program.cs +++ b/MediaBrowser.Server.Mono/Program.cs @@ -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"); -- cgit v1.2.3