From 46d4c48d44a52ed60a6b913b7851886da185d0c0 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 31 Mar 2021 00:49:12 -0400 Subject: [PATCH] Login backgrounds from unsplash collection (#936) --- consts/consts.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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