diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-15 19:50:00 +0100 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-03-15 19:50:00 +0100 |
| commit | ef7497e837902e7bd0455d493e8fe9b36f8daaf6 (patch) | |
| tree | b1571c2579a21b8d8e7ce4208b2fbac7d7be718b /Emby.Server.Implementations/ConfigurationOptions.cs | |
| parent | e2685c51ec1964c2e894065ef5b902b29ba14442 (diff) | |
| parent | 7aec11d6210ff95dd5c6d37454f7cffeddceea0f (diff) | |
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
Diffstat (limited to 'Emby.Server.Implementations/ConfigurationOptions.cs')
| -rw-r--r-- | Emby.Server.Implementations/ConfigurationOptions.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index a7e9369cf..814d4b8b5 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -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 } }; } } |
