mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Specify why this matters at all
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
- Fix build because of nullability
|
||||
- Update Redumper to build 704
|
||||
- Fix Redumper publish links
|
||||
- Specify why this matters at all
|
||||
|
||||
### 3.6.0 (2025-11-28)
|
||||
|
||||
|
||||
@@ -200,7 +200,7 @@ namespace MPF.CLI.Features
|
||||
if (MediaType == SabreTools.RedumpLib.Data.MediaType.NONE)
|
||||
MediaType = SabreTools.RedumpLib.Data.MediaType.CDROM;
|
||||
|
||||
Console.WriteLine($"No media type was provided, using {MediaType.LongName()}");
|
||||
Console.WriteLine($"No media type was provided, using {MediaType.LongName()} for default parameter creation");
|
||||
}
|
||||
|
||||
// Normalize the file path
|
||||
|
||||
Reference in New Issue
Block a user