mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added Iomega PocketZip types.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2017-05-14 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* MediaType.cs: Added Iomega PocketZip types.
|
||||
|
||||
2016-10-17 Natalia Portillo <claunia@claunia.com>
|
||||
|
||||
* DeviceReport.cs: Added PCMCIA support.
|
||||
|
||||
@@ -695,6 +695,10 @@ namespace DiscImageChef.Metadata
|
||||
DiscType = "DDS";
|
||||
DiscSubType = "DDS-4";
|
||||
break;
|
||||
case CommonTypes.MediaType.PocketZip:
|
||||
DiscType = "Iomega PocketZip";
|
||||
DiscSubType = "Iomega PocketZip";
|
||||
break;
|
||||
default:
|
||||
DiscType = "Unknown";
|
||||
DiscSubType = "Unknown";
|
||||
|
||||
Reference in New Issue
Block a user