mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-06 07:48:50 +01:00
search hints progress
This commit is contained in:
@@ -431,7 +431,7 @@ namespace MediaBrowser.Controller.Dto
|
||||
|
||||
if (album != null)
|
||||
{
|
||||
var songs = album.Children.OfType<Audio>().ToList();
|
||||
var songs = album.RecursiveChildren.OfType<Audio>().ToList();
|
||||
|
||||
dto.AlbumArtist = songs.Select(i => i.AlbumArtist).FirstOrDefault(i => !string.IsNullOrEmpty(i));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user