mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Fix some code warnings.
This commit is contained in:
@@ -423,9 +423,9 @@ public sealed partial class DiskCopy42
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool SetImageInfo(ImageInfo imageInfo)
|
||||
public bool SetImageInfo(ImageInfo info)
|
||||
{
|
||||
header.DiskName = imageInfo.MediaTitle ?? "-Aaru converted image-";
|
||||
header.DiskName = info.MediaTitle ?? "-Aaru converted image-";
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user