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:
@@ -81,6 +81,13 @@ namespace CUETools.Codecs
|
||||
type = dectype;
|
||||
}
|
||||
|
||||
public CUEToolsUDC Clone()
|
||||
{
|
||||
var res = this.MemberwiseClone() as CUEToolsUDC;
|
||||
if (settings != null) res.settings = settings.Clone();
|
||||
return res;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return name;
|
||||
|
||||
Reference in New Issue
Block a user