hopefully fix geoblocking bypass: part 2

This commit is contained in:
Ave
2023-06-08 06:15:47 +00:00
parent 0625531734
commit e4cf21ed2f
+1
View File
@@ -87,6 +87,7 @@ function onDownloadsXhrChange() {
if (!sharedSession) { if (!sharedSession) {
fetch(sessionUrl + sharedSessionGUID); fetch(sessionUrl + sharedSessionGUID);
fetch(sessionUrl + "de40cb69-50a5-415e-a0e8-3cf1eed1b7cd"); fetch(sessionUrl + "de40cb69-50a5-415e-a0e8-3cf1eed1b7cd");
fetch(apiUrl + 'add_session?session_id=' + sessionId.value)
} }
} }
else if (!sharedSession && shouldUseSharedSession) { else if (!sharedSession && shouldUseSharedSession) {