mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
2.0.2
This commit is contained in:
@@ -165,6 +165,10 @@ namespace CUETools.CDImage
|
||||
{
|
||||
return _start - _indexes[0].Start;
|
||||
}
|
||||
set
|
||||
{
|
||||
_indexes[0].Start = _start - value;
|
||||
}
|
||||
}
|
||||
|
||||
public CDTrackIndex this[int key]
|
||||
|
||||
Reference in New Issue
Block a user