Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
[CalculatorViewModel] Get currently playing beatmap automatically ana…
Browse files Browse the repository at this point in the history
…lyzes it if the operation was successful
  • Loading branch information
Tyrrrz committed Aug 28, 2016
1 parent f72de38 commit 6d7832f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OsuHelper/ViewModels/CalculatorViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ private async void SetCurrentlyPlayingBeatmapID()

// Get first ID and copy it over
BeatmapID = beatmapIDs.First();
AnalyzeCommand.Execute(null);
}

private async Task DownloadMap()
Expand Down

0 comments on commit 6d7832f

Please sign in to comment.