Replace default Login backgrounds with Navidrome's collection

This commit is contained in:
Deluan 2021-04-20 15:26:24 -04:00
parent e7be2f6f9c
commit da30923a95
1 changed files with 2 additions and 2 deletions

View File

@ -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