diff --git a/conf/configuration.go b/conf/configuration.go index aa1b1a146..9f33472f0 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -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 }