mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
restore change
This commit is contained in:
parent
bbc96a5277
commit
971808f38f
@ -1038,7 +1038,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
.ToList();
|
||||
|
||||
var musicArtists = albums
|
||||
.Select(i => i.Parent)
|
||||
.Select(i => i.GetParent())
|
||||
.OfType<MusicArtist>()
|
||||
.ToList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user