Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
adjust shared session
Browse files Browse the repository at this point in the history
  • Loading branch information
ave9858 committed May 29, 2023
1 parent 4404d93 commit 240a370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/msdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 240a370

Please sign in to comment.