Skip to content

Commit 8542e81

Browse files
authored
Fix incorrect text in album autocomplete (#166)
1 parent 404697e commit 8542e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Handlers/AppleMusic/AppleMusicArtistAlbumAutocompleteHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public override async Task<AutocompletionResult> GenerateSuggestionsAsync(IInter
4040
{
4141
results.Add(
4242
item: new(
43-
name: "Start typing a song name...",
43+
name: "Start typing an album name...",
4444
value: ""
4545
)
4646
);

0 commit comments

Comments
 (0)