mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 04:17:18 +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),
|
Difficulty = new BeatmapDifficulty(beatmap.Difficulty),
|
||||||
Metadata =
|
Metadata =
|
||||||
{
|
{
|
||||||
|
Artist = beatmap.Metadata.Artist,
|
||||||
|
Title = beatmap.Metadata.Title,
|
||||||
Author = new RealmUser
|
Author = new RealmUser
|
||||||
{
|
{
|
||||||
Username = beatmap.Metadata.Author.Username,
|
Username = beatmap.Metadata.Author.Username,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user