Fix grammar in error message
This commit is contained in:
committed by
Senan Kelly
parent
cadc02f923
commit
4fc20f40c7
@@ -217,7 +217,7 @@ func (c *Controller) ServeGetArtistInfoTwo(r *http.Request) *spec.Response {
|
|||||||
}
|
}
|
||||||
apiKey := c.DB.GetSetting("lastfm_api_key")
|
apiKey := c.DB.GetSetting("lastfm_api_key")
|
||||||
if apiKey == "" {
|
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{}
|
artist := &db.Artist{}
|
||||||
err = c.DB.
|
err = c.DB.
|
||||||
|
|||||||
Reference in New Issue
Block a user