Skip to content

Commit

Permalink
Only export replays from selected beatmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiiQ committed Apr 19, 2024
1 parent 4312568 commit b47c3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BeatmapExporterCore/Exporters/Lazer/LazerExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public void ExportBackground(BackgroundExportTask export)
}

public IEnumerable<Score> GetSelectedReplays() => SelectedBeatmapSets
.SelectMany(s => s.Beatmaps)
.SelectMany(s => s.SelectedBeatmaps)
.SelectMany(b => b.Scores);

/// <summary>
Expand Down

0 comments on commit b47c3ec

Please sign in to comment.