mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Introduce a new configuration to select the login background image URL
This commit is contained in:
parent
a0f389fc3e
commit
db246900a6
3 changed files with 18 additions and 3 deletions
|
@ -22,6 +22,8 @@ type nd struct {
|
|||
SessionTimeout string `default:"30m"`
|
||||
BaseURL string `default:""`
|
||||
|
||||
UILoginBackgroundURL string `default:"https://source.unsplash.com/random/1600x900?music"`
|
||||
|
||||
IgnoredArticles string `default:"The El La Los Las Le Les Os As O A"`
|
||||
IndexGroups string `default:"A B C D E F G H I J K L M N O P Q R S T U V W X-Z(XYZ) [Unknown]([)"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue