mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Correct database model taking ATA instead of ATAPI.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace DiscImageChef.Database.Models
|
||||
public Device(DeviceReportV2 report)
|
||||
{
|
||||
ATA = report.ATA;
|
||||
ATAPI = report.ATA;
|
||||
ATAPI = report.ATAPI;
|
||||
CompactFlash = report.CompactFlash;
|
||||
FireWire = report.FireWire;
|
||||
LastSynchronized = DateTime.UtcNow;
|
||||
|
||||
Reference in New Issue
Block a user