mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 13:37:38 +03:00
UserRatings for Albums and MediaFiles
This commit is contained in:
parent
5fd9da505e
commit
0b286afa08
7 changed files with 33 additions and 26 deletions
|
@ -113,5 +113,6 @@ func (c *BaseAPIController) ToChild(entry engine.Entry) responses.Child {
|
|||
n.AlbumId = entry.AlbumId
|
||||
n.ArtistId = entry.ArtistId
|
||||
n.Type = entry.Type
|
||||
n.UserRating = entry.UserRating
|
||||
return n
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue