1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 01:07:23 +08:00

Pass through artist/title in beatmap transform

This commit is contained in:
Dan Balasescu 2025-02-28 18:40:54 +09:00
parent d3c4afe65d
commit 993473c081
No known key found for this signature in database

View File

@ -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,