mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Detecting available CDROM drives
Detecting CDROM drive device information
This commit is contained in:
@@ -816,7 +816,6 @@ namespace CUETools.Processor
|
||||
if (_accurateRipId == null && _dataTrackLength == null && _eacLog != null)
|
||||
{
|
||||
sr = new StringReader(_eacLog);
|
||||
uint lastAudioSector = 0;
|
||||
bool isEACLog = false;
|
||||
CDImageLayout tocFromLog = new CDImageLayout();
|
||||
while ((lineStr = sr.ReadLine()) != null)
|
||||
|
||||
Reference in New Issue
Block a user