mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move rewatching in next up to display option and remove home section
This commit is contained in:
parent
3f0b8058ad
commit
86c458bf37
8 changed files with 39 additions and 39 deletions
|
@ -260,7 +260,7 @@ import { appRouter } from '../components/appRouter';
|
|||
EnableImageTypes: 'Primary,Backdrop,Thumb',
|
||||
EnableTotalRecordCount: false,
|
||||
SortBy: sortBy,
|
||||
Rewatching: params.rewatching
|
||||
EnableRewatching: userSettings.enableRewatchingInNextUp()
|
||||
}));
|
||||
}
|
||||
|
||||
|
@ -678,9 +678,6 @@ class ItemsView {
|
|||
}
|
||||
|
||||
if (params.type === 'nextup') {
|
||||
if (params.rewatching === 'true') {
|
||||
return globalize.translate('NextUpRewatching');
|
||||
}
|
||||
return globalize.translate('NextUp');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue