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