mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 03:42:58 +08:00
Merge pull request #796 from peppy/allow-searching-author
Add support for searching beatmap author at song select
This commit is contained in:
commit
a43b122914
@ -26,6 +26,7 @@ namespace osu.Game.Database
|
||||
|
||||
public string[] SearchableTerms => new[]
|
||||
{
|
||||
Author,
|
||||
Artist,
|
||||
ArtistUnicode,
|
||||
Title,
|
||||
|
Loading…
Reference in New Issue
Block a user