mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
CI fix.
This commit is contained in:
@ -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();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user