mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix child.size
and directory.playCount
compatibility with Subsonic API. Fixes #304
This commit is contained in:
parent
c2d1e9df9f
commit
17df63b550
12 changed files with 17 additions and 18 deletions
|
@ -27,7 +27,7 @@ type Album struct {
|
|||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
|
||||
// Annotations
|
||||
PlayCount int `json:"playCount" orm:"-"`
|
||||
PlayCount int64 `json:"playCount" orm:"-"`
|
||||
PlayDate time.Time `json:"playDate" orm:"-"`
|
||||
Rating int `json:"rating" orm:"-"`
|
||||
Starred bool `json:"starred" orm:"-"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue