mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Code reformat.
This commit is contained in:
@@ -73,11 +73,9 @@ namespace DiscImageChef.Server.Models
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
[DisplayName("Physical type")]
|
||||
[NotMapped, DisplayName("Physical type")]
|
||||
public string PhysicalType => MediaType.type;
|
||||
[NotMapped]
|
||||
[DisplayName("Logical type")]
|
||||
[NotMapped, DisplayName("Logical type")]
|
||||
public string LogicalType => MediaType.subType;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user