chore: rename Jellyseerr -> Seerr, part 2 (#1987)

This commit is contained in:
TheCatLady
2025-10-06 16:47:10 -07:00
committed by GitHub
parent 2e2d2a031b
commit 94a43ea480
21 changed files with 72 additions and 112 deletions

View File

@@ -58,14 +58,14 @@ class PlexOAuth {
const browser = Bowser.getParser(window.navigator.userAgent);
this.plexHeaders = {
Accept: 'application/json',
'X-Plex-Product': 'Jellyseerr',
'X-Plex-Product': 'Seerr',
'X-Plex-Version': 'Plex OAuth',
'X-Plex-Client-Identifier': clientId,
'X-Plex-Model': 'Plex OAuth',
'X-Plex-Platform': browser.getBrowserName(),
'X-Plex-Platform-Version': browser.getBrowserVersion(),
'X-Plex-Device': browser.getOSName(),
'X-Plex-Device-Name': `${browser.getBrowserName()} (Jellyseerr)`,
'X-Plex-Device-Name': `${browser.getBrowserName()} (Seerr)`,
'X-Plex-Device-Screen-Resolution':
window.screen.width + 'x' + window.screen.height,
'X-Plex-Language': 'en',