fix(plex): always send Overseerr for the device name to the plex.tv api

fixes #1244
pull/1257/head
sct 4 years ago
parent bc9477465d
commit f7146e4189
No known key found for this signature in database
GPG Key ID: 06A50468C67E272F

@ -118,7 +118,7 @@ class PlexAPI {
options: { options: {
identifier: settings.clientId, identifier: settings.clientId,
product: 'Overseerr', product: 'Overseerr',
deviceName: settings.main.applicationTitle, deviceName: 'Overseerr',
platform: 'Overseerr', platform: 'Overseerr',
}, },
}); });

Loading…
Cancel
Save