This commit is contained in:
DrabWeb
2017-09-15 13:54:16 -03:00
parent 9787b92129
commit 7e30c55bf4

View File

@ -78,12 +78,9 @@ namespace osu.Game.Overlays.OnlineBeatmapSet
{ {
loading = false; loading = false;
if (d is AudioLoadWrapper) preview = (d as AudioLoadWrapper).Preview;
{ Playing = Playing;
preview = (d as AudioLoadWrapper).Preview; updatePlayingState();
Playing = Playing;
updatePlayingState();
}
}, },
}); });