mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-10 04:06:17 +00:00
merge common implementations and server implementations
This commit is contained in:
@@ -13,7 +13,7 @@ namespace MediaBrowser.ServerApplication.Networking
|
||||
/// <summary>
|
||||
/// Class NetUtils
|
||||
/// </summary>
|
||||
public class NetworkManager : Emby.Common.Implementations.Networking.NetworkManager
|
||||
public class NetworkManager : Emby.Server.Implementations.Networking.NetworkManager
|
||||
{
|
||||
public NetworkManager(ILogger logger)
|
||||
: base(logger)
|
||||
|
||||
Reference in New Issue
Block a user