mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
🎨REFACTOR: Rename some methods and fields in IMediaImage interface.
This commit is contained in:
@@ -66,7 +66,7 @@ namespace DiscImageChef.Commands
|
||||
return;
|
||||
}
|
||||
|
||||
inputFormat.OpenImage(inputFilter);
|
||||
inputFormat.Open(inputFilter);
|
||||
|
||||
for(ulong i = 0; i < options.Length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user