mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
WMA lossless encoder
This commit is contained in:
@@ -280,7 +280,7 @@ namespace CUETools.Codecs.LAME
|
||||
|
||||
public void Delete()
|
||||
{
|
||||
if (this.outputPath != null)
|
||||
if (this.outputPath == null)
|
||||
{
|
||||
throw new InvalidOperationException("This writer was not created from file.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user