Use APIBeatmap for realm migration requiring ShortName mapping

This commit is contained in:
Dean Herbert
2022-09-15 16:39:59 +09:00
parent 0aa92c78ec
commit 581a4d2d6d
2 changed files with 14 additions and 8 deletions

View File

@ -111,7 +111,7 @@ namespace osu.Game.Online.API.Requests.Responses
public bool Equals(IBeatmapInfo? other) => other is APIBeatmap b && this.MatchesOnlineID(b);
private class APIRuleset : IRulesetInfo
public class APIRuleset : IRulesetInfo
{
public int OnlineID { get; set; } = -1;