mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added list-encodings command.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user