breakup playlist update handler

This commit is contained in:
sentriz
2020-01-18 17:45:17 +00:00
parent 7de773d4c5
commit 101ed089ae
3 changed files with 63 additions and 47 deletions

View File

@@ -240,7 +240,7 @@ func (c *Controller) ServeUpdateLastFMAPIKey(r *http.Request) *Response {
data.CurrentLastFMAPIKey = c.DB.GetSetting("lastfm_api_key")
data.CurrentLastFMAPISecret = c.DB.GetSetting("lastfm_secret")
return &Response{
template: "update_lastfm_api_key",
template: "update_lastfm_api_key.tmpl",
data: data,
}
}