mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Queue beatmaps for update after editing
This commit is contained in:
parent
06d59b717c
commit
fe570d8052
@ -324,6 +324,10 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
workingBeatmapCache.Invalidate(beatmapInfo);
|
||||
|
||||
Debug.Assert(beatmapInfo.BeatmapSet != null);
|
||||
|
||||
beatmapUpdater?.Queue(Realm.Run(r => r.Find<BeatmapSetInfo>(setInfo.ID).ToLive(Realm)));
|
||||
|
||||
static string createBeatmapFilenameFromMetadata(BeatmapInfo beatmapInfo)
|
||||
{
|
||||
var metadata = beatmapInfo.Metadata;
|
||||
|
Loading…
Reference in New Issue
Block a user