mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add missing AgentVersion to device update.
This commit is contained in:
parent
e71d1abb9a
commit
e66dc15e93
@ -58,6 +58,7 @@ namespace Remotely.Server.Data
|
||||
existingDevice.ProcessorCount = device.ProcessorCount;
|
||||
existingDevice.TotalMemory = device.TotalMemory;
|
||||
existingDevice.TotalStorage = device.TotalStorage;
|
||||
existingDevice.AgentVersion = device.AgentVersion;
|
||||
updatedDevice = existingDevice;
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user