mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
add connect linking
This commit is contained in:
parent
4f3ea6c6c3
commit
5c615fa024
42 changed files with 542 additions and 78 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue