Use default files to remove index.html from url

This commit is contained in:
Bill Thornton
2023-05-15 15:28:33 -04:00
parent eb52af4e6a
commit 155f3856c0
3 changed files with 8 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ namespace Emby.Server.Implementations
public static Dictionary<string, string?> DefaultConfiguration => new Dictionary<string, string?>
{
{ HostWebClientKey, bool.TrueString },
{ DefaultRedirectKey, "web/index.html" },
{ DefaultRedirectKey, "web/" },
{ FfmpegProbeSizeKey, "1G" },
{ FfmpegAnalyzeDurationKey, "200M" },
{ PlaylistsAllowDuplicatesKey, bool.FalseString },