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

fixes #1244
This commit is contained in:
sct
2021-03-22 09:20:24 +09:00
parent bc9477465d
commit f7146e4189

View File

@@ -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',
}, },
}); });