Add China Video Disc media type.

This commit is contained in:
2020-07-19 16:10:50 +01:00
parent 1b70ae813d
commit 7423194b1e
13 changed files with 90 additions and 82 deletions

View File

@@ -133,7 +133,8 @@ namespace Aaru.DiscImages
case MediaType.MilCD:
case MediaType.VideoNow:
case MediaType.VideoNowColor:
case MediaType.VideoNowXp: return AlcoholMediumType.CD;
case MediaType.VideoNowXp:
case MediaType.CVD: return AlcoholMediumType.CD;
case MediaType.CDR: return AlcoholMediumType.CDR;
case MediaType.CDRW:
case MediaType.CDMRW: return AlcoholMediumType.CDRW;