mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 15:27:20 +08:00
CI fix.
This commit is contained in:
parent
9787b92129
commit
7e30c55bf4
@ -78,12 +78,9 @@ namespace osu.Game.Overlays.OnlineBeatmapSet
|
||||
{
|
||||
loading = false;
|
||||
|
||||
if (d is AudioLoadWrapper)
|
||||
{
|
||||
preview = (d as AudioLoadWrapper).Preview;
|
||||
Playing = Playing;
|
||||
updatePlayingState();
|
||||
}
|
||||
preview = (d as AudioLoadWrapper).Preview;
|
||||
Playing = Playing;
|
||||
updatePlayingState();
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user