enable this again

This commit is contained in:
Ave
2024-12-14 18:05:10 +00:00
parent be962f3b25
commit 6ee42c35e2
+5 -5
View File
@@ -122,11 +122,11 @@ function onDownloadsXhrChange() {
if (wasSuccessful) {
pleaseWait.style.display = "none";
// if (!sharedSession) {
// fetch(sessionUrl + sharedSessionGUID);
// fetch(sessionUrl + "de40cb69-50a5-415e-a0e8-3cf1eed1b7cd");
// fetch(apiUrl + 'add_session?session_id=' + sessionId.value)
// }
if (!sharedSession) {
fetch(sessionUrl + sharedSessionGUID);
fetch(sessionUrl + "de40cb69-50a5-415e-a0e8-3cf1eed1b7cd");
fetch(apiUrl + 'add_session?session_id=' + sessionId.value)
}
}
else if (!sharedSession && shouldUseSharedSession) {
useSharedSession();