diff options
| author | crobibero <cody@robibe.ro> | 2020-09-05 09:20:58 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-05 09:20:58 -0600 |
| commit | 9a74ace84bed207952c0b34a820dcb231bb8b805 (patch) | |
| tree | 1c2eb0fb770680606ad7f2a0285561e2f073c2a6 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 6d154041b9e456ab97e1066f525e4d9732fb672a (diff) | |
Add flag for startup completed
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index c37e87d96..7b70be88f 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1137,7 +1137,8 @@ namespace Emby.Server.Implementations Id = SystemId, OperatingSystem = OperatingSystem.Id.ToString(), ServerName = FriendlyName, - LocalAddress = localAddress + LocalAddress = localAddress, + StartupCompleted = CoreStartupHasCompleted }; } |
