mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Commit files I missed with the previous commit.
This commit is contained in:
@@ -165,10 +165,7 @@ namespace JDP
|
||||
}
|
||||
else if (useAR)
|
||||
{
|
||||
StringWriter sw = new StringWriter();
|
||||
cueSheet.GenerateAccurateRipLog(sw);
|
||||
textBox1.Text += sw.ToString();
|
||||
sw.Close();
|
||||
textBox1.Text += CUESheetLogWriter.GetAccurateRipLog(cueSheet);
|
||||
textBox1.Show();
|
||||
}
|
||||
textBox1.Text += "----------------------------------------------------------\r\n";
|
||||
|
||||
Reference in New Issue
Block a user