Merge pull request #9776 from thornbill/default-files

Use default files to remove index.html from url
This commit is contained in:
Bill Thornton
2023-05-16 00:49:54 -04:00
committed by GitHub
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 },