Update database from server.

This commit is contained in:
2019-01-02 04:05:51 +00:00
parent 01eb78ca20
commit 8df23e5f01
18 changed files with 459 additions and 187 deletions

View File

@@ -41,7 +41,7 @@ namespace DiscImageChef.Commands
{
internal static void ShowStats()
{
DicContext ctx = DicContext.Create(Settings.Settings.DbPath);
DicContext ctx = DicContext.Create(Settings.Settings.LocalDbPath);
if(!ctx.Commands.Any() && !ctx.Filesystems.Any() && !ctx.Filters.Any() && !ctx.MediaFormats.Any() &&
!ctx.Medias.Any() && !ctx.Partitions.Any() && !ctx.SeenDevices.Any())