Add media type and detection of PlayStation 5 Ultra HD Blu-ray game discs.

This commit is contained in:
2021-02-10 17:11:46 +00:00
parent dd856a397f
commit d822ad3596
3 changed files with 8 additions and 0 deletions

View File

@@ -407,6 +407,11 @@ namespace Aaru.CommonTypes.Metadata
discType = "Blu-ray";
discSubType = "PlayStation 4 Game Disc";
break;
case CommonTypes.MediaType.PS5BD:
discType = "Blu-ray";
discSubType = "PlayStation 5 Game Disc";
break;
case CommonTypes.MediaType.SACD:
discType = "SACD";