mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
Add flag for startup completed
This commit is contained in:
@@ -1137,7 +1137,8 @@ namespace Emby.Server.Implementations
|
||||
Id = SystemId,
|
||||
OperatingSystem = OperatingSystem.Id.ToString(),
|
||||
ServerName = FriendlyName,
|
||||
LocalAddress = localAddress
|
||||
LocalAddress = localAddress,
|
||||
StartupCompleted = CoreStartupHasCompleted
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user