aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <Bond.009@outlook.com>2020-07-23 13:20:10 +0200
committerBond_009 <Bond.009@outlook.com>2020-07-23 13:20:10 +0200
commitd006f4301a472038d1ee77c8c3b3c615b4a0f59a (patch)
tree72d38d2b6aa24b067fe1d7412ccbd79f4e75cfbe
parentcbe47325b328b70e5a49dc231a70d3709f71dbbd (diff)
Disable unix socket by default
-rw-r--r--Emby.Server.Implementations/ConfigurationOptions.cs2
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 }
};
}
}