mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Add media type and detection of PlayStation 5 Ultra HD Blu-ray game discs.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user