mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for dumping the 2nd layer PFI of DVDs.
This commit is contained in:
@@ -210,6 +210,7 @@ public sealed partial class DecodeMediaTagsViewModel : ViewModelBase
|
||||
|
||||
break;
|
||||
case MediaTagType.DVD_PFI:
|
||||
case MediaTagType.DVD_PFI_2ndLayer:
|
||||
DecodedText = PFI.Prettify(value.Data, _mediaType);
|
||||
if(string.IsNullOrEmpty(DecodedText)) DecodedVisible = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user