mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
commit
60276a7821
2 changed files with 0 additions and 4 deletions
|
@ -304,8 +304,6 @@ import { appRouter } from '../components/appRouter';
|
||||||
|
|
||||||
if (item.Type === 'MusicGenre') {
|
if (item.Type === 'MusicGenre') {
|
||||||
query.IncludeItemTypes = 'MusicAlbum';
|
query.IncludeItemTypes = 'MusicAlbum';
|
||||||
} else if (item.Type === 'GameGenre') {
|
|
||||||
query.IncludeItemTypes = 'Game';
|
|
||||||
} else if (item.CollectionType === 'movies') {
|
} else if (item.CollectionType === 'movies') {
|
||||||
query.IncludeItemTypes = 'Movie';
|
query.IncludeItemTypes = 'Movie';
|
||||||
} else if (item.CollectionType === 'tvshows') {
|
} else if (item.CollectionType === 'tvshows') {
|
||||||
|
|
|
@ -324,8 +324,6 @@ function addCurrentItemToQuery(query, item) {
|
||||||
query.Genres = item.Name;
|
query.Genres = item.Name;
|
||||||
} else if (item.Type === 'MusicGenre') {
|
} else if (item.Type === 'MusicGenre') {
|
||||||
query.Genres = item.Name;
|
query.Genres = item.Name;
|
||||||
} else if (item.Type === 'GameGenre') {
|
|
||||||
query.Genres = item.Name;
|
|
||||||
} else if (item.Type === 'Studio') {
|
} else if (item.Type === 'Studio') {
|
||||||
query.StudioIds = item.Id;
|
query.StudioIds = item.Id;
|
||||||
} else if (item.Type === 'MusicArtist') {
|
} else if (item.Type === 'MusicArtist') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue