mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Add detection of ISO 14517 512bps and 1024bps magneto-optical.
This commit is contained in:
@@ -1873,6 +1873,12 @@ namespace Aaru.CommonTypes.Metadata
|
||||
discType = "5.25\" magneto-optical";
|
||||
discSubType = "ISO-15286";
|
||||
|
||||
break;
|
||||
case CommonTypes.MediaType.ISO_14517:
|
||||
case CommonTypes.MediaType.ISO_14517_512:
|
||||
discType = "5.25\" magneto-optical";
|
||||
discSubType = "ISO-14517";
|
||||
|
||||
break;
|
||||
case CommonTypes.MediaType.GigaMo:
|
||||
discType = "3.5\" magneto-optical";
|
||||
|
||||
Reference in New Issue
Block a user