diff --git a/consts/consts.go b/consts/consts.go index 61374d749..5ea89a30b 100644 --- a/consts/consts.go +++ b/consts/consts.go @@ -21,9 +21,11 @@ const ( DevInitialUserName = "admin" DevInitialName = "Dev Admin" - URLPathUI = "/app" - URLPathSubsonicAPI = "/rest" - DefaultUILoginBackgroundURL = "https://source.unsplash.com/random/1600x900?music" + URLPathUI = "/app" + URLPathSubsonicAPI = "/rest" + + // Login backgrounds from https://unsplash.com/collections/1065384/music-wallpapers + DefaultUILoginBackgroundURL = "https://source.unsplash.com/collection/1065384/1600x900" RequestThrottleBacklogLimit = 100 RequestThrottleBacklogTimeout = time.Minute