mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 21:06:32 +01:00
fix merge conflict
This commit is contained in:
@@ -1038,7 +1038,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
.ToList();
|
||||
|
||||
var musicArtists = albums
|
||||
.Select(i => i.GetParent())
|
||||
.Select(i => i.Parent)
|
||||
.OfType<MusicArtist>()
|
||||
.ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user