mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 18:23:47 +02:00
Fix favourites search from crashing
Add session GUID for avatar search and updater requests
This commit is contained in:
@@ -172,7 +172,10 @@ export default class extends baseClass {
|
||||
try {
|
||||
var response = await webApiService.execute({
|
||||
url,
|
||||
method: 'GET'
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'VRCX-ID': this.vrcxId
|
||||
}
|
||||
});
|
||||
} finally {
|
||||
this.checkingForVRCXUpdate = false;
|
||||
@@ -243,7 +246,10 @@ export default class extends baseClass {
|
||||
try {
|
||||
var response = await webApiService.execute({
|
||||
url,
|
||||
method: 'GET'
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'VRCX-ID': this.vrcxId
|
||||
}
|
||||
});
|
||||
} finally {
|
||||
this.checkingForVRCXUpdate = false;
|
||||
|
||||
Reference in New Issue
Block a user