mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-16 13:20:26 +00:00
fixed bug in pairing
This commit is contained in:
@@ -150,7 +150,7 @@ NvHTTP.prototype = {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(this.serverUid != $root.find('uniqueid').text().trim() && this.serverUid != null) {
|
||||
if(this.serverUid != $root.find('uniqueid').text().trim() && this.serverUid != "") {
|
||||
// if we received a UID that isn't the one we expected, fail.
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user