mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools: fix profiles
This commit is contained in:
@@ -24,6 +24,14 @@ namespace CUETools.Processor
|
||||
}
|
||||
}
|
||||
|
||||
public CUEToolsProfile Clone(string name)
|
||||
{
|
||||
var res = this.MemberwiseClone() as CUEToolsProfile;
|
||||
res._config = new CUEConfig(_config);
|
||||
res._name = string.Copy(name);
|
||||
return res;
|
||||
}
|
||||
|
||||
public void Load(SettingsReader sr)
|
||||
{
|
||||
_config.Load(sr);
|
||||
|
||||
Reference in New Issue
Block a user