Merge branch 'master' into fix-retry-sound

This commit is contained in:
Dan Balasescu 2019-05-07 12:40:01 +09:00 committed by GitHub
commit a1c64d8d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ private void beatmapAdded(BeatmapSetInfo model, bool existing) => Schedule(() =>
if (Beatmap.Value != beatmapManager.DefaultBeatmap)
return;
if (Beatmap.Value == null)
if (CurrentItem.Value == null)
return;
// Try to retrieve the corresponding local beatmap