mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2.0.9 release
This commit is contained in:
@@ -372,6 +372,18 @@ namespace CUETools.CTDB
|
||||
verify = new CDRepairEncode(ar, 10 * 588 * 2, npar, entries.Count > 0, encode);
|
||||
}
|
||||
|
||||
public CDImageLayout TOC
|
||||
{
|
||||
get
|
||||
{
|
||||
return toc;
|
||||
}
|
||||
set
|
||||
{
|
||||
toc = value;
|
||||
}
|
||||
}
|
||||
|
||||
public int Total
|
||||
{
|
||||
get
|
||||
@@ -402,6 +414,10 @@ namespace CUETools.CTDB
|
||||
{
|
||||
return subResult;
|
||||
}
|
||||
set
|
||||
{
|
||||
subResult = value;
|
||||
}
|
||||
}
|
||||
|
||||
public string DBStatus
|
||||
|
||||
Reference in New Issue
Block a user