mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 21:54:26 -04:00
Add missing public properties to SystemInfo response
This commit is contained in:
parent
3fc3b04daf
commit
d9a79b5eef
@ -53,6 +53,7 @@ public class SystemManager : ISystemManager
|
|||||||
HasPendingRestart = _applicationHost.HasPendingRestart,
|
HasPendingRestart = _applicationHost.HasPendingRestart,
|
||||||
IsShuttingDown = _applicationLifetime.ApplicationStopping.IsCancellationRequested,
|
IsShuttingDown = _applicationLifetime.ApplicationStopping.IsCancellationRequested,
|
||||||
Version = _applicationHost.ApplicationVersionString,
|
Version = _applicationHost.ApplicationVersionString,
|
||||||
|
ProductName = _applicationHost.Name,
|
||||||
WebSocketPortNumber = _applicationHost.HttpPort,
|
WebSocketPortNumber = _applicationHost.HttpPort,
|
||||||
CompletedInstallations = _installationManager.CompletedInstallations.ToArray(),
|
CompletedInstallations = _installationManager.CompletedInstallations.ToArray(),
|
||||||
Id = _applicationHost.SystemId,
|
Id = _applicationHost.SystemId,
|
||||||
@ -65,6 +66,7 @@ public class SystemManager : ISystemManager
|
|||||||
TranscodingTempPath = _configurationManager.GetTranscodePath(),
|
TranscodingTempPath = _configurationManager.GetTranscodePath(),
|
||||||
ServerName = _applicationHost.FriendlyName,
|
ServerName = _applicationHost.FriendlyName,
|
||||||
LocalAddress = _applicationHost.GetSmartApiUrl(request),
|
LocalAddress = _applicationHost.GetSmartApiUrl(request),
|
||||||
|
StartupWizardCompleted = _configurationManager.CommonConfiguration.IsStartupWizardCompleted,
|
||||||
SupportsLibraryMonitor = true,
|
SupportsLibraryMonitor = true,
|
||||||
PackageName = _startupOptions.PackageName,
|
PackageName = _startupOptions.PackageName,
|
||||||
CastReceiverApplications = _configurationManager.Configuration.CastReceiverApplications
|
CastReceiverApplications = _configurationManager.Configuration.CastReceiverApplications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user