mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added Iomega PocketZip types.
This commit is contained in:
@@ -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