mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 17:30:00 +08:00
CI fix
This commit is contained in:
@@ -27,7 +27,8 @@ namespace osu.Game.Online.API.Requests
|
||||
|
||||
private string directionString => SortDirection == SortDirection.Descending ? @"desc" : @"asc";
|
||||
|
||||
public SearchBeatmapSetsRequest(string query,
|
||||
public SearchBeatmapSetsRequest(
|
||||
string query,
|
||||
RulesetInfo ruleset,
|
||||
Cursor cursor = null,
|
||||
SearchCategory searchCategory = SearchCategory.Any,
|
||||
|
||||
Reference in New Issue
Block a user