From 4fc20f40c72a3aa89a8c731bc25fe32f45a98037 Mon Sep 17 00:00:00 2001 From: David Florness Date: Tue, 16 Jun 2020 00:22:03 -0600 Subject: [PATCH] Fix grammar in error message --- server/ctrlsubsonic/handlers_by_tags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ctrlsubsonic/handlers_by_tags.go b/server/ctrlsubsonic/handlers_by_tags.go index a3ec4d1..1ffcbfd 100644 --- a/server/ctrlsubsonic/handlers_by_tags.go +++ b/server/ctrlsubsonic/handlers_by_tags.go @@ -217,7 +217,7 @@ func (c *Controller) ServeGetArtistInfoTwo(r *http.Request) *spec.Response { } apiKey := c.DB.GetSetting("lastfm_api_key") if apiKey == "" { - return spec.NewError(0, "please set ask your admin to set the last.fm api key") + return spec.NewError(0, "please ask your admin to set the last.fm api key") } artist := &db.Artist{} err = c.DB.