mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Notify of existing imports
This commit is contained in:
@ -78,7 +78,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
}
|
||||
}
|
||||
|
||||
private void setAdded(BeatmapSetInfo s) => Schedule(() =>
|
||||
private void setAdded(BeatmapSetInfo s, bool existing) => Schedule(() =>
|
||||
{
|
||||
if (s.OnlineBeatmapSetID == set.OnlineBeatmapSetID)
|
||||
DownloadState.Value = DownloadStatus.Downloaded;
|
||||
|
Reference in New Issue
Block a user