mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
ripping almost works
This commit is contained in:
@@ -264,6 +264,16 @@ namespace CUETools.CDImage
|
||||
}
|
||||
}
|
||||
|
||||
public uint AudioLength
|
||||
{
|
||||
get
|
||||
{
|
||||
return _tracks[TrackCount - 1].IsAudio ?
|
||||
_tracks[TrackCount - 1].End + 1 :
|
||||
_tracks[TrackCount - 2].End + 1;
|
||||
}
|
||||
}
|
||||
|
||||
public string Catalog
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user