diff --git a/src/store/modules/plex/helpers/PlexAuth.js b/src/store/modules/plex/helpers/PlexAuth.js index 7efd4b7b..d1b2bd49 100644 --- a/src/store/modules/plex/helpers/PlexAuth.js +++ b/src/store/modules/plex/helpers/PlexAuth.js @@ -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 + ')',