Done with ripping for now

This commit is contained in:
chudov
2008-12-02 03:03:08 +00:00
parent e4e1d3ebde
commit 6a7486f7cd
10 changed files with 138 additions and 69 deletions

View File

@@ -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();