mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Fix BeatmapSetInfos with OnlineBeatmapSetID set to null being marked as downloaded.
This commit is contained in:
@ -35,6 +35,7 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
beatmaps.ItemRemoved += setRemoved;
|
||||
|
||||
// initial value
|
||||
if (set.OnlineBeatmapSetID != null)
|
||||
Downloaded.Value = beatmaps.QueryBeatmapSets(s => s.OnlineBeatmapSetID == set.OnlineBeatmapSetID && !s.DeletePending).Count() != 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user