Move spotlightsRequest to another place

This commit is contained in:
Andrei Zavatski
2020-02-05 23:00:42 +03:00
parent 24e8a2bd69
commit 4dd25b42ae

View File

@ -36,7 +36,6 @@ namespace osu.Game.Overlays
private APIRequest lastRequest;
private CancellationTokenSource cancellationToken;
private GetSpotlightsRequest spotlightsRequest;
[Resolved]
private IAPIProvider api { get; set; }
@ -148,6 +147,8 @@ namespace osu.Game.Overlays
Country.Value = requested;
}
private GetSpotlightsRequest spotlightsRequest;
private void getSpotlights()
{
loading.Show();