diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-07-07 21:03:26 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-07-25 00:15:06 +0200 |
| commit | ddd1a282ea6398ee26d74321338d0445d0a0c796 (patch) | |
| tree | 5718f5f39f84941119d0fed350c33299d2adf282 /Jellyfin.Server/Program.cs | |
| parent | e8028de4d7cf1372dad54a7d871e853ac737d023 (diff) | |
Remove IpAddressInfo and IpEndPointInfo classes
Diffstat (limited to 'Jellyfin.Server/Program.cs')
| -rw-r--r-- | Jellyfin.Server/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs index 94308a98e..08c0983be 100644 --- a/Jellyfin.Server/Program.cs +++ b/Jellyfin.Server/Program.cs @@ -143,7 +143,7 @@ namespace Jellyfin.Server options, new ManagedFileSystem(_loggerFactory.CreateLogger<ManagedFileSystem>(), appPaths), new NullImageEncoder(), - new NetworkManager(_loggerFactory), + new NetworkManager(_loggerFactory.CreateLogger<NetworkManager>()), appConfig)) { await appHost.InitAsync(new ServiceCollection()).ConfigureAwait(false); |
