mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add flow for bypassing local cache lookups when refreshing beatmap metadata
This commit is contained in:
@ -75,9 +75,9 @@ namespace osu.Game.Scoring
|
||||
model.StatisticsJson = JsonConvert.SerializeObject(model.Statistics);
|
||||
}
|
||||
|
||||
protected override void PostImport(ScoreInfo model, Realm realm)
|
||||
protected override void PostImport(ScoreInfo model, Realm realm, bool batchImport)
|
||||
{
|
||||
base.PostImport(model, realm);
|
||||
base.PostImport(model, realm, batchImport);
|
||||
|
||||
var userRequest = new GetUserRequest(model.RealmUser.Username);
|
||||
|
||||
|
Reference in New Issue
Block a user