Disable unix socket by default

This commit is contained in:
Bond_009 2020-07-23 13:20:10 +02:00
parent cbe47325b3
commit d006f4301a

View file

@ -19,7 +19,7 @@ namespace Emby.Server.Implementations
{ FfmpegProbeSizeKey, "1G" },
{ FfmpegAnalyzeDurationKey, "200M" },
{ PlaylistsAllowDuplicatesKey, bool.TrueString },
{ BindToUnixSocketKey, bool.TrueString }
{ BindToUnixSocketKey, bool.FalseString }
};
}
}