Display rewatching list in Next up section on home page
Supports a Rewatching list page as well.
This commit is contained in:
@@ -256,7 +256,8 @@ import { appRouter } from '../components/appRouter';
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: 'Primary,Backdrop,Thumb',
|
||||
EnableTotalRecordCount: false,
|
||||
SortBy: sortBy
|
||||
SortBy: sortBy,
|
||||
Rewatching: params.rewatching
|
||||
}));
|
||||
}
|
||||
|
||||
@@ -615,6 +616,9 @@ class ItemsView {
|
||||
}
|
||||
|
||||
if (params.type === 'nextup') {
|
||||
if (params.rewatching === 'true') {
|
||||
return globalize.translate('NextUpRewatching');
|
||||
}
|
||||
return globalize.translate('NextUp');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user