mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Add detection and media type for Ultra HD Blu-ray.
This commit is contained in:
@@ -72,6 +72,11 @@ namespace Aaru.CommonTypes.Metadata
|
||||
discType = "Blu-ray";
|
||||
discSubType = "BD-R XL";
|
||||
|
||||
break;
|
||||
case CommonTypes.MediaType.UHDBD:
|
||||
discType = "Blu-ray";
|
||||
discSubType = "Ultra HD Blu-ray";
|
||||
|
||||
break;
|
||||
case CommonTypes.MediaType.CBHD:
|
||||
discType = "Blu-ray";
|
||||
|
||||
Reference in New Issue
Block a user