mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-06 22:17:37 +03:00
feat: Add listenbrainz base url configuration (#1774)
* feat: Add listenbrainz base url configuration - ListenBrainz.BaseURL config value * Don't need to store baseUrl * Use `url.JoinPath` to concatenate url paths * Replace url.JoinPath (Go 1.19 only) with custom function Co-authored-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
cb3ba23fce
commit
2f7a3c5eda
8 changed files with 34 additions and 17 deletions
|
@ -100,7 +100,7 @@ func checkExternalCredentials() {
|
|||
if !conf.Server.ListenBrainz.Enabled {
|
||||
log.Info("ListenBrainz integration is DISABLED")
|
||||
} else {
|
||||
log.Debug("ListenBrainz integration is ENABLED")
|
||||
log.Debug("ListenBrainz integration is ENABLED", "ListenBrainz.BaseURL", conf.Server.ListenBrainz.BaseURL)
|
||||
}
|
||||
|
||||
if conf.Server.Spotify.ID == "" || conf.Server.Spotify.Secret == "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue