Login backgrounds from unsplash collection (#936)

This commit is contained in:
Deluan
2021-03-31 00:49:12 -04:00
parent 166410eb50
commit 46d4c48d44
+3 -1
View File
@@ -23,7 +23,9 @@ const (
URLPathUI = "/app" URLPathUI = "/app"
URLPathSubsonicAPI = "/rest" URLPathSubsonicAPI = "/rest"
DefaultUILoginBackgroundURL = "https://source.unsplash.com/random/1600x900?music"
// Login backgrounds from https://unsplash.com/collections/1065384/music-wallpapers
DefaultUILoginBackgroundURL = "https://source.unsplash.com/collection/1065384/1600x900"
RequestThrottleBacklogLimit = 100 RequestThrottleBacklogLimit = 100
RequestThrottleBacklogTimeout = time.Minute RequestThrottleBacklogTimeout = time.Minute