diff options
| author | Bond_009 <Bond.009@outlook.com> | 2020-07-23 13:20:10 +0200 |
|---|---|---|
| committer | Bond_009 <Bond.009@outlook.com> | 2020-07-23 13:20:10 +0200 |
| commit | d006f4301a472038d1ee77c8c3b3c615b4a0f59a (patch) | |
| tree | 72d38d2b6aa24b067fe1d7412ccbd79f4e75cfbe | |
| parent | cbe47325b328b70e5a49dc231a70d3709f71dbbd (diff) | |
Disable unix socket by default
| -rw-r--r-- | Emby.Server.Implementations/ConfigurationOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ConfigurationOptions.cs b/Emby.Server.Implementations/ConfigurationOptions.cs index 9a4693db0..64ccff53b 100644 --- a/Emby.Server.Implementations/ConfigurationOptions.cs +++ b/Emby.Server.Implementations/ConfigurationOptions.cs @@ -19,7 +19,7 @@ namespace Emby.Server.Implementations { FfmpegProbeSizeKey, "1G" }, { FfmpegAnalyzeDurationKey, "200M" }, { PlaylistsAllowDuplicatesKey, bool.TrueString }, - { BindToUnixSocketKey, bool.TrueString } + { BindToUnixSocketKey, bool.FalseString } }; } } |
