mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
fix music videos missing from artists page
This commit is contained in:
@@ -111,6 +111,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
{
|
||||
return items
|
||||
.OfType<IHasArtist>()
|
||||
.Where(i => !(i is MusicAlbum))
|
||||
.SelectMany(i => i.AllArtists)
|
||||
.Distinct(StringComparer.OrdinalIgnoreCase)
|
||||
.Select(name =>
|
||||
|
||||
Reference in New Issue
Block a user