mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for trurip extensions in CDRWin format.
This commit is contained in:
@@ -127,6 +127,10 @@ namespace DiscImageChef.DiscImages
|
||||
public string Comment;
|
||||
/// <summary>File containing CD-Text</summary>
|
||||
public string Cdtextfile;
|
||||
/// <summary>Has trurip extensions</summary>
|
||||
public bool IsTrurip;
|
||||
/// <summary>Disc image hashes</summary>
|
||||
public Dictionary<string, string> DiscHashes;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user