From 71982c72972539ebd31b954d118601586658b916 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Thu, 13 Oct 2022 18:10:55 +0200 Subject: Fix build errors --- Emby.Server.Implementations/ConfigurationOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emby.Server.Implementations/ConfigurationOptions.cs') diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index 01dc728c1..f0a4c8ffb 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -11,7 +11,7 @@ namespace Emby.Server.Implementations /// /// Gets a new copy of the default configuration options. /// - public static Dictionary DefaultConfiguration => new Dictionary + public static Dictionary DefaultConfiguration => new Dictionary { { HostWebClientKey, bool.TrueString }, { DefaultRedirectKey, "web/index.html" }, -- cgit v1.2.3