From fd5a93f80144cdc0dc7914a436b81fbb8a9a106f 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 5ea89a30b..e044e6fa9 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