1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

switch to ExcludeArtistIds

This commit is contained in:
Luke Pulverenti 2016-07-22 18:10:39 -04:00
parent 20d1e9132d
commit d7677bdd13

View file

@ -804,7 +804,7 @@
};
if (item.Type == 'MusicAlbum' && item.AlbumArtists && item.AlbumArtists.length) {
options.ExcludeArtistNames = item.AlbumArtists[0].Name;
options.ExcludeArtistIds = item.AlbumArtists[0].Id;
}
if (enableScrollX()) {