mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
drive read offset detection
This commit is contained in:
@@ -389,6 +389,14 @@ namespace CUETools.Ripper.SCSI
|
||||
}
|
||||
}
|
||||
|
||||
public string ARName
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_info.InquiryData.VendorIdentification + " - " + m_info.InquiryData.ProductIdentification;
|
||||
}
|
||||
}
|
||||
|
||||
public ulong Position
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user