mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 16:46:31 +00:00
Fix broken error message when failing to pair
This commit is contained in:
parent
372dd1bec7
commit
9d454aeec5
@ -50,7 +50,7 @@ function NvHTTP(address, clientUid, userEnteredAddress = '') {
|
|||||||
this.supportedDisplayModes = {}; // key: y-resolution:x-resolution, value: array of supported framerates (only ever seen 30 or 60, here)
|
this.supportedDisplayModes = {}; // key: y-resolution:x-resolution, value: array of supported framerates (only ever seen 30 or 60, here)
|
||||||
this.gputype = '';
|
this.gputype = '';
|
||||||
this.numofapps = 0;
|
this.numofapps = 0;
|
||||||
this.hostname = '';
|
this.hostname = address;
|
||||||
this.externalIP = '';
|
this.externalIP = '';
|
||||||
_self = this;
|
_self = this;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user