mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Merge f0417bd9e83c65a948df3d22e757513ea8c76045 into add0a6dc9b8360db480f76793fa928499bf51741
This commit is contained in:
commit
d33a732944
@ -220,6 +220,9 @@ func childFromMediaFile(ctx context.Context, mf model.MediaFile) responses.Child
|
||||
child.Created = new(mediaFileCreatedAt(mf))
|
||||
child.AlbumId = mf.AlbumID
|
||||
child.ArtistId = mf.ArtistID
|
||||
if child.ArtistId == "" {
|
||||
child.ArtistId = mf.AlbumArtistID
|
||||
}
|
||||
child.Type = "music"
|
||||
child.PlayCount = mf.PlayCount
|
||||
if mf.Starred {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user