mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove all usage of AuthorString
This commit is contained in:
@ -100,7 +100,7 @@ namespace osu.Game.Tests.Visual.Navigation
|
||||
var metadata = new BeatmapMetadata
|
||||
{
|
||||
Artist = "SomeArtist",
|
||||
AuthorString = "SomeAuthor",
|
||||
Author = { Username = "SomeAuthor" },
|
||||
Title = $"import {i}"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user