mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
Fix cookie bug
This commit is contained in:
@@ -15453,8 +15453,7 @@ console.log(`isLinux: ${LINUX}`);
|
||||
|
||||
API.getAvatarImages = function (params) {
|
||||
return this.call(`file/${params.fileId}`, {
|
||||
method: 'GET',
|
||||
params
|
||||
method: 'GET'
|
||||
}).then((json) => {
|
||||
var args = {
|
||||
json,
|
||||
|
||||
Reference in New Issue
Block a user