mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove query.Artistids conditions
This commit is contained in:
parent
af3579f328
commit
03a16287a0
1 changed files with 1 additions and 5 deletions
|
@ -323,11 +323,7 @@ define(["connectionManager", "listView", "cardBuilder", "imageLoader", "libraryB
|
|||
} else if (item.Type == "Studio") {
|
||||
query.StudioIds = item.Id;
|
||||
} else if (item.Type == "MusicArtist") {
|
||||
if (connectionManager.getApiClient(item.ServerId).isMinServerVersion("3.4.1.18")) {
|
||||
query.AlbumArtistIds = item.Id;
|
||||
} else {
|
||||
query.ArtistIds = item.Id;
|
||||
}
|
||||
query.AlbumArtistIds = item.Id;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue