mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 22:27:25 +08:00
Fix playlist-related errors
This commit is contained in:
parent
91f6b08479
commit
8e6a85058b
@ -244,6 +244,9 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
|
||||
private void updatePlaylist()
|
||||
{
|
||||
if (playlistBind.Count == 0)
|
||||
return;
|
||||
|
||||
// For now, only the first playlist item is supported
|
||||
var item = playlistBind.First();
|
||||
|
||||
|
@ -240,6 +240,9 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
|
||||
private void updatePlaylist()
|
||||
{
|
||||
if (playlistBind.Count == 0)
|
||||
return;
|
||||
|
||||
// For now, only the first playlist item is supported
|
||||
var item = playlistBind.First();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user