Rename ListenBrainz config flag and enable by default (#1443)
This commit is contained in:
@@ -49,7 +49,7 @@ func serveIndex(ds model.DataStore, fs fs.FS) http.HandlerFunc {
|
||||
"lastFMEnabled": conf.Server.LastFM.Enabled,
|
||||
"lastFMApiKey": conf.Server.LastFM.ApiKey,
|
||||
"devShowArtistPage": conf.Server.DevShowArtistPage,
|
||||
"devListenBrainzEnabled": conf.Server.DevListenBrainzEnabled,
|
||||
"listenBrainzEnabled": conf.Server.ListenBrainz.Enabled,
|
||||
}
|
||||
auth := handleLoginFromHeaders(ds, r)
|
||||
if auth != nil {
|
||||
|
||||
Reference in New Issue
Block a user