More refactoring.

This commit is contained in:
karamanolev
2011-10-25 12:01:05 +00:00
parent a71f86b680
commit 6029199632
2 changed files with 81 additions and 102 deletions

View File

@@ -745,7 +745,7 @@ namespace JDP
if (_batchPaths.Count == 0)
{
cueSheet.Open(fileGroup.main.FullName);
cueSheetContents = cueSheet.CUESheetContents();
cueSheetContents = cueSheet.GetCUESheetContents();
cueSheet.Close();
}
else