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:
parent
20d1e9132d
commit
d7677bdd13
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue