Added list-encodings command.

This commit is contained in:
2017-10-12 22:41:31 +01:00
parent 4288900b9c
commit 9cd9285276
13 changed files with 100 additions and 5 deletions

View File

@@ -107,6 +107,7 @@ namespace DiscImageChef.Server
lblLs.Text = statistics.Commands.Ls.ToString();
lblExtractFiles.Text = statistics.Commands.ExtractFiles.ToString();
lblListDevices.Text = statistics.Commands.ListDevices.ToString();
lblListEncodings.Text = statistics.Commands.ListEncodings.ToString();
}
else
divCommands.Visible = false;
@@ -237,7 +238,7 @@ namespace DiscImageChef.Server
divDevices.Visible = false;
}
catch(Exception)
catch(Exception ex)
{
content.InnerHtml = "<b>Could not load statistics</b>";
#if DEBUG