mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Update Aaru linked dependencies to v6.0.0-alpha.10.
This commit is contained in:
@@ -58,13 +58,14 @@ public sealed class UpdateController(DbContext ctx) : ControllerBase
|
||||
{
|
||||
sync.Devices.Add(new
|
||||
DeviceDto(JsonConvert
|
||||
.DeserializeObject<DeviceReportV2>(JsonConvert.SerializeObject(device,
|
||||
Formatting.None,
|
||||
new JsonSerializerSettings
|
||||
{
|
||||
ReferenceLoopHandling =
|
||||
ReferenceLoopHandling.Ignore
|
||||
})),
|
||||
.DeserializeObject<DeviceReport>(JsonConvert.SerializeObject(device,
|
||||
Formatting.None,
|
||||
new JsonSerializerSettings
|
||||
{
|
||||
ReferenceLoopHandling =
|
||||
ReferenceLoopHandling
|
||||
.Ignore
|
||||
})),
|
||||
device.Id,
|
||||
device.OptimalMultipleSectorsRead,
|
||||
device.CanReadGdRomUsingSwapDisc));
|
||||
|
||||
Reference in New Issue
Block a user