mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support and command for converting images, fixes #134
This commit is contained in:
@@ -109,6 +109,7 @@ namespace DiscImageChef.Server.Controllers
|
||||
oldStats.Commands.ExtractFiles += newStats.Commands.ExtractFiles;
|
||||
oldStats.Commands.ListDevices += newStats.Commands.ListDevices;
|
||||
oldStats.Commands.ListEncodings += newStats.Commands.ListEncodings;
|
||||
oldStats.Commands.ConvertImage += newStats.Commands.ConvertImage;
|
||||
}
|
||||
|
||||
if(newStats.OperatingSystems != null)
|
||||
|
||||
Reference in New Issue
Block a user