From c5786ac66d226cf8c08994ab5ec9940f2910493d Mon Sep 17 00:00:00 2001 From: SenorSmartyPants Date: Wed, 26 Jan 2022 17:34:13 -0600 Subject: [PATCH] Fix code smell --- src/components/appRouter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;