mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Fix lookup type being incorrect when fetching beatmap set
This commit is contained in:
parent
f8fade7967
commit
2076f9fd08
@ -138,7 +138,7 @@ namespace osu.Game.Overlays
|
|||||||
if (lastLookup == null)
|
if (lastLookup == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
var req = new GetBeatmapSetRequest(lastLookup.Value.id, BeatmapSetLookupType.BeatmapId);
|
var req = new GetBeatmapSetRequest(lastLookup.Value.id, lastLookup.Value.type);
|
||||||
req.Success += res =>
|
req.Success += res =>
|
||||||
{
|
{
|
||||||
beatmapSet.Value = res;
|
beatmapSet.Value = res;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user