mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update tvrecommended.js
Removed SeriesInfo
This commit is contained in:
parent
c43caa4d3c
commit
da644802ab
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ import autoFocuser from '../../components/autoFocuser';
|
||||||
const query = {
|
const query = {
|
||||||
userId: userId,
|
userId: userId,
|
||||||
Limit: 24,
|
Limit: 24,
|
||||||
Fields: 'PrimaryImageAspectRatio,SeriesInfo,DateCreated,BasicSyncInfo',
|
Fields: 'PrimaryImageAspectRatio,DateCreated,BasicSyncInfo',
|
||||||
ParentId: parentId,
|
ParentId: parentId,
|
||||||
ImageTypeLimit: 1,
|
ImageTypeLimit: 1,
|
||||||
EnableImageTypes: 'Primary,Backdrop,Thumb',
|
EnableImageTypes: 'Primary,Backdrop,Thumb',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue