1
0
Fork 0
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:
SenorSmartyPants 2022-01-26 17:34:13 -06:00
parent 08628e8e7a
commit c5786ac66d

View file

@ -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;