Add duration and track_count to getArtist, getAlbum and getAlbumList2
This commit is contained in:
committed by
Senan Kelly
parent
606d761039
commit
df679a6ae3
@@ -172,6 +172,7 @@ type Album struct {
|
||||
TagYear int `sql:"default: null"`
|
||||
Tracks []*Track
|
||||
ChildCount int `sql:"-"`
|
||||
Duration int `sql:"-"`
|
||||
ReceivedPaths bool `gorm:"-"`
|
||||
ReceivedTags bool `gorm:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user