feat(subsonic): expose all of album "name"/"title"/"album" for browse by tag and browse by folder
related #404
This commit is contained in:
@@ -12,6 +12,8 @@ func NewAlbumByFolder(f *db.Album) *Album {
|
||||
ID: f.SID(),
|
||||
IsDir: true,
|
||||
ParentID: f.ParentSID(),
|
||||
Album: f.RightPath,
|
||||
Name: f.RightPath,
|
||||
Title: f.RightPath,
|
||||
TrackCount: f.ChildCount,
|
||||
Duration: f.Duration,
|
||||
|
||||
Reference in New Issue
Block a user