mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
Fix broken error message when failing to pair
This commit is contained in:
@@ -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.gputype = '';
|
||||
this.numofapps = 0;
|
||||
this.hostname = '';
|
||||
this.hostname = address;
|
||||
this.externalIP = '';
|
||||
_self = this;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user