We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07635ff commit 98a03b7Copy full SHA for 98a03b7
src/providers/smartglass.js
@@ -9,6 +9,7 @@ module.exports = function(client){
9
10
provider._headers['x-xbl-contract-version'] = 4
11
provider._headers['skillplatform'] = 'RemoteManagement'
12
+ provider._headers['Content-Type'] = 'application/json'
13
14
provider.getConsolesList = function(){
15
Debug('getConsolesList()')
0 commit comments