mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
This commit is contained in:
@@ -304,7 +304,7 @@ namespace JDP {
|
||||
bool outputCUE = cueStyle != CUEStyle.SingleFileWithCUE && accurateRip != AccurateRipMode.Verify;
|
||||
string pathOut = null;
|
||||
|
||||
cueSheet.Open(pathIn, lossyWAV);
|
||||
cueSheet.Open(pathIn);
|
||||
|
||||
this.Invoke((MethodInvoker)delegate()
|
||||
{
|
||||
@@ -312,7 +312,7 @@ namespace JDP {
|
||||
pathOut = txtOutputPath.Text;
|
||||
});
|
||||
|
||||
cueSheet.GenerateFilenames(outputFormat, pathOut);
|
||||
cueSheet.GenerateFilenames(outputFormat, lossyWAV, pathOut);
|
||||
string outDir = Path.GetDirectoryName(pathOut);
|
||||
if (cueStyle == CUEStyle.SingleFileWithCUE)
|
||||
cueSheet.SingleFilename = Path.GetFileName(pathOut);
|
||||
|
||||
Reference in New Issue
Block a user