mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Done with ripping for now
This commit is contained in:
@@ -171,7 +171,12 @@ namespace JDP
|
||||
//TimeSpan span = DateTime.Now - _startedAt;
|
||||
progressBar1.Value = 0;
|
||||
progressBar2.Value = 0;
|
||||
if (cueSheet.AccurateRip != AccurateRipMode.None)
|
||||
if (cueSheet.IsCD)
|
||||
{
|
||||
textBox1.Text += cueSheet.LOGContents();
|
||||
textBox1.Show();
|
||||
}
|
||||
else if (cueSheet.AccurateRip != AccurateRipMode.None)
|
||||
{
|
||||
StringWriter sw = new StringWriter();
|
||||
cueSheet.GenerateAccurateRipLog(sw);
|
||||
|
||||
Reference in New Issue
Block a user