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:
@@ -364,7 +364,14 @@ namespace JDP {
|
||||
{
|
||||
if (_batchPaths.Count == 0)
|
||||
{
|
||||
if (cueSheet.AccurateRip != AccurateRipMode.None)
|
||||
if (cueSheet.IsCD)
|
||||
{
|
||||
frmReport reportForm = new frmReport();
|
||||
reportForm.Message = cueSheet.LOGContents();
|
||||
CenterSubForm(reportForm);
|
||||
reportForm.ShowDialog(this);
|
||||
}
|
||||
else if (cueSheet.AccurateRip != AccurateRipMode.None)
|
||||
{
|
||||
frmReport reportForm = new frmReport();
|
||||
StringWriter sw = new StringWriter();
|
||||
|
||||
Reference in New Issue
Block a user