mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Ignore malformed Statistics.xml.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user