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

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