mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05:27:37 +03:00
Fixing build
This commit is contained in:
parent
94d76cb212
commit
4b38f9238c
2 changed files with 3 additions and 2 deletions
|
@ -153,6 +153,7 @@ func (c *BaseAPIController) ToAlbums(entries engine.Entries) []responses.Child {
|
|||
func (c *BaseAPIController) ToAlbum(entry engine.Entry) responses.Child {
|
||||
album := c.ToChild(entry)
|
||||
album.Name = album.Title
|
||||
album.Title = ""
|
||||
return album
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue