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:
@@ -351,6 +351,10 @@ namespace DiscImageChef.Core
|
||||
AllStats.Commands.ListEncodings++;
|
||||
CurrentStats.Commands.ListEncodings++;
|
||||
break;
|
||||
case "convert-image":
|
||||
AllStats.Commands.ConvertImage++;
|
||||
CurrentStats.Commands.ConvertImage++;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user