refactor(plex): use default application name const instead of Overseerr text

pull/3811/head
Jordan Jones 3 months ago
parent 80b48877ca
commit 9815e2e0eb

@ -61,7 +61,7 @@ class PlexOAuth {
const plexProductName =
applicationName === this.DEFAULT_APPLICATION_NAME
? applicationName
: `${applicationName} - Overseerr`;
: `${applicationName} - ${this.DEFAULT_APPLICATION_NAME}`;
const browser = Bowser.getParser(window.navigator.userAgent);
this.plexHeaders = {

Loading…
Cancel
Save