mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
fix(server): allow changing local login background url
This commit is contained in:
parent
1fa245d141
commit
5be73d404f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ type Handler struct {
|
|||
func NewHandler() *Handler {
|
||||
h := &Handler{}
|
||||
go func() {
|
||||
_, _ = h.getImageList(context.Background())
|
||||
_, _ = h.getImageList(log.NewContext(context.Background()))
|
||||
}()
|
||||
return h
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue