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