mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-24 05:22:52 +00:00
restore change
This commit is contained in:
@@ -1038,7 +1038,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