Add flag for startup completed
This commit is contained in:
parent
6d154041b9
commit
9a74ace84b
|
@ -1137,7 +1137,8 @@ namespace Emby.Server.Implementations
|
|||
Id = SystemId,
|
||||
OperatingSystem = OperatingSystem.Id.ToString(),
|
||||
ServerName = FriendlyName,
|
||||
LocalAddress = localAddress
|
||||
LocalAddress = localAddress,
|
||||
StartupCompleted = CoreStartupHasCompleted
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -39,5 +39,11 @@ namespace MediaBrowser.Model.System
|
|||
/// </summary>
|
||||
/// <value>The id.</value>
|
||||
public string Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether startup is completed.
|
||||
/// </summary>
|
||||
/// <value>The startup completion status.</value>
|
||||
public bool StartupCompleted { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user