mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-12 21:26:17 +00:00
add connect linking
This commit is contained in:
@@ -186,7 +186,7 @@ namespace MediaBrowser.Common.Implementations
|
||||
{
|
||||
if (_deviceId == null)
|
||||
{
|
||||
_deviceId = new DeviceId(ApplicationPaths, LogManager.GetLogger("SystemId"));
|
||||
_deviceId = new DeviceId(ApplicationPaths, LogManager.GetLogger("SystemId"), NetworkManager);
|
||||
}
|
||||
|
||||
return _deviceId.Value;
|
||||
|
||||
Reference in New Issue
Block a user