Revert incorrect property rename

This commit is contained in:
Bartłomiej Dach
2021-12-28 08:31:27 +01:00
parent 73dca0c7e3
commit bc39c2a877

View File

@ -113,7 +113,7 @@ namespace osu.Game.Online.Rooms
}
public bool ShouldSerializeID() => false;
public bool ShouldSerializeAPIBeatmap() => false;
public bool ShouldSerializeapiBeatmap() => false;
public bool Equals(PlaylistItem other)
=> ID == other?.ID