From 240a370fb1cc08c7e429ea8a83db267f76ed7ad8 Mon Sep 17 00:00:00 2001 From: Ave <112294121+Ave9858@users.noreply.github.com> Date: Mon, 29 May 2023 07:24:28 +0000 Subject: [PATCH] adjust shared session --- js/msdl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/msdl.js b/js/msdl.js index be696b7..f80dcea 100644 --- a/js/msdl.js +++ b/js/msdl.js @@ -85,6 +85,7 @@ function onDownloadsXhrChange() { pleaseWait.style.display = "none"; if (!sharedSession) { fetch(sessionUrl + sharedSessionGUID); + fetch(sessionUrl + "de40cb69-50a5-415e-a0e8-3cf1eed1b7cd"); } } else if (!sharedSession) {