mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 20:24:21 -04:00
Disable unix socket by default
This commit is contained in:
parent
cbe47325b3
commit
d006f4301a
@ -19,7 +19,7 @@ namespace Emby.Server.Implementations
|
|||||||
{ FfmpegProbeSizeKey, "1G" },
|
{ FfmpegProbeSizeKey, "1G" },
|
||||||
{ FfmpegAnalyzeDurationKey, "200M" },
|
{ FfmpegAnalyzeDurationKey, "200M" },
|
||||||
{ PlaylistsAllowDuplicatesKey, bool.TrueString },
|
{ PlaylistsAllowDuplicatesKey, bool.TrueString },
|
||||||
{ BindToUnixSocketKey, bool.TrueString }
|
{ BindToUnixSocketKey, bool.FalseString }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user