Ignore malformed Statistics.xml.

This commit is contained in:
2018-12-23 21:39:37 +00:00
parent 7c21a8df1e
commit ded1e9a70b

View File

@@ -420,7 +420,7 @@ namespace DiscImageChef.Core
ctx.SaveChanges();
File.Delete(Path.Combine(Settings.Settings.StatsPath, "Statistics.xml"));
}
catch(XmlException)
catch
{
// Do not care about it
}