mirror of
https://github.com/ppy/osu
synced 2024-12-25 08:12:41 +00:00
CI fix
This commit is contained in:
parent
9aa54ed89e
commit
11057cd6a8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user