mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-11 10:16:02 +00:00
Remove unpair functionality because it doesn't work on modern GFE versions
This commit is contained in:
@@ -465,10 +465,6 @@ NvHTTP.prototype = {
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
unpair: function () {
|
||||
return sendMessage('openUrl', [this._baseUrlHttps + '/unpair?' + this._buildUidStr(), false]);
|
||||
},
|
||||
|
||||
_buildUidStr: function () {
|
||||
return 'uniqueid=' + this.clientUid + '&uuid=' + guuid();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user