mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update list.js
Removed SeriesInfo
This commit is contained in:
parent
225a41b780
commit
c43caa4d3c
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ import { appRouter } from '../components/appRouter';
|
||||||
if (params.type === 'nextup') {
|
if (params.type === 'nextup') {
|
||||||
return apiClient.getNextUpEpisodes(modifyQueryWithFilters(instance, {
|
return apiClient.getNextUpEpisodes(modifyQueryWithFilters(instance, {
|
||||||
Limit: limit,
|
Limit: limit,
|
||||||
Fields: 'PrimaryImageAspectRatio,SeriesInfo,DateCreated,BasicSyncInfo',
|
Fields: 'PrimaryImageAspectRatio,DateCreated,BasicSyncInfo',
|
||||||
UserId: apiClient.getCurrentUserId(),
|
UserId: apiClient.getCurrentUserId(),
|
||||||
ImageTypeLimit: 1,
|
ImageTypeLimit: 1,
|
||||||
EnableImageTypes: 'Primary,Backdrop,Thumb',
|
EnableImageTypes: 'Primary,Backdrop,Thumb',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue