mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 00:26:25 +00:00
ipv6 update
This commit is contained in:
@@ -70,7 +70,9 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
LogErrors = logErrors,
|
||||
|
||||
// Seeing block length errors with our server
|
||||
EnableHttpCompression = false
|
||||
EnableHttpCompression = false,
|
||||
|
||||
PreferIpv4 = true
|
||||
|
||||
}).ConfigureAwait(false))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user