mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Hook up now playing overlay to collections
This commit is contained in:
@ -68,7 +68,7 @@ namespace osu.Game.Overlays.Music
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
FilterChanged = search => list.Filter(search),
|
||||
FilterChanged = criteria => list.Filter(criteria),
|
||||
Padding = new MarginPadding(10),
|
||||
},
|
||||
},
|
||||
@ -124,10 +124,4 @@ namespace osu.Game.Overlays.Music
|
||||
beatmap.Value.Track.Restart();
|
||||
}
|
||||
}
|
||||
|
||||
//todo: placeholder
|
||||
public enum PlaylistCollection
|
||||
{
|
||||
All
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user