mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
added new parent methods
This commit is contained in:
@@ -1035,7 +1035,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
.ToList();
|
||||
|
||||
var musicArtists = albums
|
||||
.Select(i => i.Parent)
|
||||
.Select(i => i.GetParent())
|
||||
.OfType<MusicArtist>()
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user