mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Add mention of PlaylistItem.Beatmap
being a placeholder in many cases
This commit is contained in:
parent
cde3d9c08b
commit
f12044b03e
@ -62,6 +62,10 @@ namespace osu.Game.Online.Rooms
|
||||
[JsonProperty("beatmap_id")]
|
||||
private int onlineBeatmapId => Beatmap.OnlineID;
|
||||
|
||||
/// <summary>
|
||||
/// A beatmap representing this playlist item.
|
||||
/// In many cases, this will *not* contain any usable information apart from OnlineID.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public IBeatmapInfo Beatmap { get; set; } = null!;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user