From da30923a95a3ac9cdfc8643c690cf98792d9989a Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 20 Apr 2021 15:26:24 -0400 Subject: [PATCH] Replace default Login backgrounds with Navidrome's collection --- consts/consts.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consts/consts.go b/consts/consts.go index 5ea89a30..e044e6fa 100644 --- a/consts/consts.go +++ b/consts/consts.go @@ -24,8 +24,8 @@ const ( URLPathUI = "/app" URLPathSubsonicAPI = "/rest" - // Login backgrounds from https://unsplash.com/collections/1065384/music-wallpapers - DefaultUILoginBackgroundURL = "https://source.unsplash.com/collection/1065384/1600x900" + // Login backgrounds from https://unsplash.com/collections/20072696/navidrome + DefaultUILoginBackgroundURL = "https://source.unsplash.com/collection/20072696/1600x900" RequestThrottleBacklogLimit = 100 RequestThrottleBacklogTimeout = time.Minute