mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
* ALAC decoding length mismatches fixed
* Problem with single-track albums fixed * Added an option to disable assembler optimizations in flac
This commit is contained in:
@@ -412,7 +412,7 @@ namespace JDP {
|
||||
if (cueSheet.IsCD)
|
||||
{
|
||||
frmReport reportForm = new frmReport();
|
||||
reportForm.Message = cueSheet.LOGContents();
|
||||
reportForm.Message = cueSheet.LOGContents;
|
||||
CenterSubForm(reportForm);
|
||||
reportForm.ShowDialog(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user