Add support for searching beatmap author at song select

Resolves #792
This commit is contained in:
Dean Herbert 2017-05-19 13:13:27 +09:00
parent 9b8d7745c7
commit c51d640241
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public class BeatmapMetadata
public string[] SearchableTerms => new[] public string[] SearchableTerms => new[]
{ {
Author,
Artist, Artist,
ArtistUnicode, ArtistUnicode,
Title, Title,