1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3473 from thornbill/next-up-rewatching

This commit is contained in:
Joshua M. Boniface 2022-03-05 14:29:57 -05:00 committed by GitHub
commit 9a8c1a0c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 39 additions and 39 deletions

View file

@ -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');
}