mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove games references
This commit is contained in:
parent
fa678efaba
commit
5f2496b949
1 changed files with 0 additions and 2 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') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue