mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-06-18 06:41:11 +00:00
Fix broken error message when failing to pair
This commit is contained in:
+1
-1
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user