restore change

This commit is contained in:
Luke Pulverenti 2015-12-28 22:39:24 -05:00
parent bbc96a5277
commit 971808f38f
1 changed files with 1 additions and 1 deletions

View File

@ -1038,7 +1038,7 @@ namespace MediaBrowser.Providers.Manager
.ToList();
var musicArtists = albums
.Select(i => i.Parent)
.Select(i => i.GetParent())
.OfType<MusicArtist>()
.ToList();