Add Tautulli to X-Plex-Device-Name header

This commit is contained in:
JonnyWong16 2022-03-16 16:59:58 -07:00
parent 50d90d16bf
commit eb1d724417
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 3 additions and 2 deletions

View file

@ -619,7 +619,7 @@ function getPlexHeaders(clientID) {
'X-Plex-Platform-Version': p.version,
'X-Plex-Model': 'Plex OAuth',
'X-Plex-Device': p.os,
'X-Plex-Device-Name': p.name,
'X-Plex-Device-Name': p.name + ' (Tautulli)',
'X-Plex-Device-Screen-Resolution': window.screen.width + 'x' + window.screen.height,
'X-Plex-Language': 'en'
};