mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools was loosing external encoding settings when upgrading from 2.1.4
This commit is contained in:
@@ -37,17 +37,5 @@ namespace CUETools.Codecs
|
||||
m_supported_modes = value;
|
||||
}
|
||||
}
|
||||
|
||||
public string DefaultMode
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_default_mode;
|
||||
}
|
||||
set
|
||||
{
|
||||
m_default_mode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user