mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use correct path for database.
This commit is contained in:
@@ -924,7 +924,7 @@ namespace DiscImageChef.Commands
|
||||
|
||||
Core.Statistics.AddCommand("device-report");
|
||||
|
||||
using(DicContext ctx = new DicContext())
|
||||
using(DicContext ctx = DicContext.Create(Settings.Settings.DbPath))
|
||||
{
|
||||
ctx.Reports.Add(new Report(report));
|
||||
ctx.SaveChanges();
|
||||
|
||||
Reference in New Issue
Block a user