potential PMP fix

This commit is contained in:
Sam Calder-Mason 2018-07-19 15:40:20 +10:00
parent 4c8af5a316
commit 2ee3ec261f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module.exports = function PlexAuth () {
url: url,
headers: {
'X-Plex-Device-Name': sBrowser,
'X-Plex-Client-Identifier': 'SyncLounge',
'x-plex-client-identifier': 'SyncLounge',
'X-Plex-Provides': 'controller',
'X-Plex-Target-Client-Identifier': clientIdentifier,
'X-Plex-Device': 'Web (' + sBrowser + ')',