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
|
@ -757,13 +757,7 @@ class AppRouter {
|
|||
}
|
||||
|
||||
if (item === 'nextup') {
|
||||
url = '#!/list.html?type=nextup&serverId=' + options.serverId;
|
||||
|
||||
if (options.rewatching) {
|
||||
url += '&rewatching=' + options.rewatching;
|
||||
}
|
||||
|
||||
return url;
|
||||
return '#!/list.html?type=nextup&serverId=' + options.serverId;
|
||||
}
|
||||
|
||||
if (item === 'list') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue