Add flag for startup completed

This commit is contained in:
crobibero
2020-09-05 09:20:58 -06:00
parent 6d154041b9
commit 9a74ace84b
2 changed files with 8 additions and 1 deletions

View File

@@ -1137,7 +1137,8 @@ namespace Emby.Server.Implementations
Id = SystemId,
OperatingSystem = OperatingSystem.Id.ToString(),
ServerName = FriendlyName,
LocalAddress = localAddress
LocalAddress = localAddress,
StartupCompleted = CoreStartupHasCompleted
};
}