diff --git a/conf/configuration.go b/conf/configuration.go index 365ebbf46..9cb7920cb 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -164,7 +164,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 }