mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-25 07:52:20 +03:00
When externals services are disabled, only disable UILoginBackgroundURL if it is not set by the user
This commit is contained in:
parent
e7202339af
commit
b2acec0a09
@ -153,7 +153,9 @@ func disableExternalServices() {
|
||||
log.Info("All external integrations are DISABLED!")
|
||||
Server.LastFM.Enabled = false
|
||||
Server.Spotify.ID = ""
|
||||
Server.UILoginBackgroundURL = consts.DefaultUILoginBackgroundURLOffline
|
||||
if Server.UILoginBackgroundURL == consts.DefaultUILoginBackgroundURL {
|
||||
Server.UILoginBackgroundURL = consts.DefaultUILoginBackgroundURLOffline
|
||||
}
|
||||
Server.DevListenBrainzEnabled = false
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user