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

this aint a game

This commit is contained in:
artiume 2020-12-25 05:27:03 -05:00 committed by GitHub
parent 5f2496b949
commit 6725f9e598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -324,8 +324,6 @@ function addCurrentItemToQuery(query, item) {
query.Genres = item.Name;
} else if (item.Type === 'MusicGenre') {
query.Genres = item.Name;
} else if (item.Type === 'GameGenre') {
query.Genres = item.Name;
} else if (item.Type === 'Studio') {
query.StudioIds = item.Id;
} else if (item.Type === 'MusicArtist') {