mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix code smell
This commit is contained in:
parent
08628e8e7a
commit
c5786ac66d
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ class AppRouter {
|
|||
}
|
||||
|
||||
if (item === 'nextup') {
|
||||
let url = '#!/list.html?type=nextup&serverId=' + options.serverId;
|
||||
url = '#!/list.html?type=nextup&serverId=' + options.serverId;
|
||||
|
||||
if (options.rewatching) {
|
||||
url += '&rewatching=' + options.rewatching;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue