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:
parent
5f2496b949
commit
6725f9e598
1 changed files with 0 additions and 2 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue