|
|
@ -1994,7 +1994,8 @@ namespace Emby.Server.Implementations
|
|
|
|
CanSelfRestart = CanSelfRestart,
|
|
|
|
CanSelfRestart = CanSelfRestart,
|
|
|
|
CanSelfUpdate = CanSelfUpdate,
|
|
|
|
CanSelfUpdate = CanSelfUpdate,
|
|
|
|
CanLaunchWebBrowser = CanLaunchWebBrowser,
|
|
|
|
CanLaunchWebBrowser = CanLaunchWebBrowser,
|
|
|
|
WanAddress = ConnectManager.WanApiAddress,
|
|
|
|
// TODO - remove WanAddress
|
|
|
|
|
|
|
|
WanAddress = "0.0.0.0",
|
|
|
|
HasUpdateAvailable = HasUpdateAvailable,
|
|
|
|
HasUpdateAvailable = HasUpdateAvailable,
|
|
|
|
SupportsAutoRunAtStartup = SupportsAutoRunAtStartup,
|
|
|
|
SupportsAutoRunAtStartup = SupportsAutoRunAtStartup,
|
|
|
|
TranscodingTempPath = ApplicationPaths.TranscodingTempPath,
|
|
|
|
TranscodingTempPath = ApplicationPaths.TranscodingTempPath,
|
|
|
@ -2027,7 +2028,8 @@ namespace Emby.Server.Implementations
|
|
|
|
Version = ApplicationVersion.ToString(),
|
|
|
|
Version = ApplicationVersion.ToString(),
|
|
|
|
Id = SystemId,
|
|
|
|
Id = SystemId,
|
|
|
|
OperatingSystem = EnvironmentInfo.OperatingSystem.ToString(),
|
|
|
|
OperatingSystem = EnvironmentInfo.OperatingSystem.ToString(),
|
|
|
|
WanAddress = ConnectManager.WanApiAddress,
|
|
|
|
// TODO - remove WanAddress
|
|
|
|
|
|
|
|
WanAddress = "0.0.0.0",
|
|
|
|
ServerName = FriendlyName,
|
|
|
|
ServerName = FriendlyName,
|
|
|
|
LocalAddress = localAddress
|
|
|
|
LocalAddress = localAddress
|
|
|
|
};
|
|
|
|
};
|
|
|
|