mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Store and show statistics for "ls" and "extract-files"
commands.
This commit is contained in:
@@ -107,6 +107,8 @@ namespace DiscImageChef.Server.Controllers
|
||||
oldStats.Commands.MediaScan += newStats.Commands.MediaScan;
|
||||
oldStats.Commands.PrintHex += newStats.Commands.PrintHex;
|
||||
oldStats.Commands.Verify += newStats.Commands.Verify;
|
||||
oldStats.Commands.Ls += newStats.Commands.Ls;
|
||||
oldStats.Commands.ExtractFiles += newStats.Commands.ExtractFiles;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user