mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Set ATIP to be a class to ensure it is nulled properly.. Fixes #352
This commit is contained in:
@@ -252,7 +252,7 @@ namespace Aaru.Gui.ViewModels.Panels
|
||||
FullTOC.CDFullTOC? decodedFullToc = null;
|
||||
byte[] pma = null;
|
||||
byte[] atip = null;
|
||||
ATIP.CDATIP? decodedAtip = null;
|
||||
ATIP.CDATIP decodedAtip = null;
|
||||
byte[] cdtext = null;
|
||||
CDTextOnLeadIn.CDText? decodedCdText = null;
|
||||
string mediaCatalogueNumber = null;
|
||||
|
||||
Reference in New Issue
Block a user