mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make BeatmapSet.Metadata
non-null
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Extensions
|
||||
switch (model)
|
||||
{
|
||||
case IBeatmapSetInfo beatmapSetInfo:
|
||||
result = beatmapSetInfo.Metadata?.GetDisplayTitle();
|
||||
result = beatmapSetInfo.Metadata.GetDisplayTitle();
|
||||
break;
|
||||
|
||||
case IBeatmapInfo beatmapInfo:
|
||||
|
Reference in New Issue
Block a user