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