mirror of
https://github.com/osukey/osukey.git
synced 2025-06-22 19:57:56 +09:00
Merge branch 'master' into song-select-performance
This commit is contained in:
commit
96a4388b20
@ -6,7 +6,7 @@ using osu.Game.Database;
|
|||||||
|
|
||||||
namespace osu.Game.Online.API.Requests
|
namespace osu.Game.Online.API.Requests
|
||||||
{
|
{
|
||||||
public class GetBeatmapDetailsRequest : APIRequest<GetBeatmapDeatilsResponse>
|
public class GetBeatmapDetailsRequest : APIRequest<GetBeatmapDetailsResponse>
|
||||||
{
|
{
|
||||||
private readonly BeatmapInfo beatmap;
|
private readonly BeatmapInfo beatmap;
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ namespace osu.Game.Online.API.Requests
|
|||||||
protected override string Target => $@"beatmaps/{lookupString}";
|
protected override string Target => $@"beatmaps/{lookupString}";
|
||||||
}
|
}
|
||||||
|
|
||||||
public class GetBeatmapDeatilsResponse : BeatmapMetrics
|
public class GetBeatmapDetailsResponse : BeatmapMetrics
|
||||||
{
|
{
|
||||||
//the online API returns some metrics as a nested object.
|
//the online API returns some metrics as a nested object.
|
||||||
[JsonProperty(@"failtimes")]
|
[JsonProperty(@"failtimes")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user