Merge remote-tracking branch 'upstream/master' into support-running-without-web-content

This commit is contained in:
Mark Monteiro
2020-03-15 19:50:00 +01:00
5 changed files with 66 additions and 25 deletions

View File

@@ -18,7 +18,8 @@ namespace Emby.Server.Implementations
{ NoWebContentKey, bool.FalseString },
{ HttpListenerHost.DefaultRedirectKey, "web/index.html" },
{ FfmpegProbeSizeKey, "1G" },
{ FfmpegAnalyzeDurationKey, "200M" }
{ FfmpegAnalyzeDurationKey, "200M" },
{ PlaylistsAllowDuplicatesKey, bool.TrueString }
};
}
}