mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Make FillFromRedump private again
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
- Update to DIC 20211001
|
||||
- Fix Redump disc title pulling
|
||||
- Add /mr default flag options
|
||||
- Make FillFromRedump private again
|
||||
|
||||
### 2.3 (2022-02-05)
|
||||
- Start overhauling Redump information pulling, again
|
||||
|
||||
@@ -1602,7 +1602,7 @@ namespace MPF.Library
|
||||
/// <param name="options">Options object representing user-defined options</param>
|
||||
/// <param name="info">Existing SubmissionInfo object to fill</param>
|
||||
/// <param name="resultProgress">Optional result progress callback</param>
|
||||
public static void FillFromRedump(Options options, SubmissionInfo info, IProgress<Result> resultProgress = null)
|
||||
private static void FillFromRedump(Options options, SubmissionInfo info, IProgress<Result> resultProgress = null)
|
||||
{
|
||||
// Set the current dumper based on username
|
||||
info.DumpersAndStatus.Dumpers = new string[] { options.RedumpUsername };
|
||||
|
||||
Reference in New Issue
Block a user