mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 21:40:34 +08:00
Pass through artist/title in beatmap transform
This commit is contained in:
parent
d3c4afe65d
commit
993473c081
@ -223,6 +223,8 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
Difficulty = new BeatmapDifficulty(beatmap.Difficulty),
|
||||
Metadata =
|
||||
{
|
||||
Artist = beatmap.Metadata.Artist,
|
||||
Title = beatmap.Metadata.Title,
|
||||
Author = new RealmUser
|
||||
{
|
||||
Username = beatmap.Metadata.Author.Username,
|
||||
|
Loading…
x
Reference in New Issue
Block a user