mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Renamed LAME to libmp3lame. Ignore errors when parsing config.
This commit is contained in:
@@ -408,6 +408,10 @@ namespace CUETools.Processor
|
||||
{
|
||||
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate,
|
||||
TypeNameHandling = TypeNameHandling.Auto,
|
||||
Error = (sender, ev) => {
|
||||
System.Diagnostics.Trace.WriteLine(ev.ErrorContext.Error.ToString());
|
||||
ev.ErrorContext.Handled = true;
|
||||
}
|
||||
});
|
||||
if (jsonObject as CUEConfigAdvanced == null)
|
||||
throw new Exception();
|
||||
|
||||
Reference in New Issue
Block a user