aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ConfigurationOptions.cs
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-03-15 19:50:00 +0100
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-03-15 19:50:00 +0100
commitef7497e837902e7bd0455d493e8fe9b36f8daaf6 (patch)
treeb1571c2579a21b8d8e7ce4208b2fbac7d7be718b /Emby.Server.Implementations/ConfigurationOptions.cs
parente2685c51ec1964c2e894065ef5b902b29ba14442 (diff)
parent7aec11d6210ff95dd5c6d37454f7cffeddceea0f (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.cs3
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 }
};
}
}