Merge f0417bd9e83c65a948df3d22e757513ea8c76045 into 56f0518830bac54c7d29cd895de915268f7adf29

This commit is contained in:
Eivind Siqveland Larsen 2026-06-24 20:16:38 +00:00 committed by GitHub
commit 55a26c80aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,6 +220,9 @@ func childFromMediaFile(ctx context.Context, mf model.MediaFile) responses.Child
child.Created = new(mf.BirthTime)
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 {