Skip to content

Commit 98a03b7

Browse files
committed
Add Content-Type header to Smartglass provider. Fixes #192
1 parent 07635ff commit 98a03b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/smartglass.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = function(client){
99

1010
provider._headers['x-xbl-contract-version'] = 4
1111
provider._headers['skillplatform'] = 'RemoteManagement'
12+
provider._headers['Content-Type'] = 'application/json'
1213

1314
provider.getConsolesList = function(){
1415
Debug('getConsolesList()')

0 commit comments

Comments
 (0)