Added Iomega PocketZip types.

This commit is contained in:
2017-05-14 22:09:36 +01:00
parent 5f0bea2e48
commit c8d9c4d3c3
2 changed files with 8 additions and 0 deletions

View File

@@ -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.

View File

@@ -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";