diff --git a/src/components/appRouter.js b/src/components/appRouter.js index db94715ede..4b2b0006c0 100644 --- a/src/components/appRouter.js +++ b/src/components/appRouter.js @@ -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;