mirror of
https://github.com/ppy/osu
synced 2024-12-27 09:23:15 +00:00
Return immediately on failed web request in synchronous BeatmapOnlineLookupQueue
flow
This commit is contained in:
parent
8424d86e9a
commit
dea2e1fac0
@ -88,6 +88,7 @@ namespace osu.Game.Beatmaps
|
||||
{
|
||||
logForModel(set, $"Online retrieval failed for {beatmapInfo}");
|
||||
beatmapInfo.OnlineID = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
var res = req.Response;
|
||||
|
Loading…
Reference in New Issue
Block a user