Fix build errors

This commit is contained in:
Bond_009
2022-10-13 18:10:55 +02:00
parent 236dd650d0
commit 71982c7297
5 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ namespace Emby.Server.Implementations
/// <summary>
/// Gets a new copy of the default configuration options.
/// </summary>
public static Dictionary<string, string> DefaultConfiguration => new Dictionary<string, string>
public static Dictionary<string, string?> DefaultConfiguration => new Dictionary<string, string?>
{
{ HostWebClientKey, bool.TrueString },
{ DefaultRedirectKey, "web/index.html" },