Skip to content

Commit

Permalink
fix(plex): always send Overseerr for the device name to the plex.tv api
Browse files Browse the repository at this point in the history
fixes #1244
  • Loading branch information
sct committed Mar 22, 2021
1 parent bc94774 commit f7146e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/plexapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class PlexAPI {
options: {
identifier: settings.clientId,
product: 'Overseerr',
deviceName: settings.main.applicationTitle,
deviceName: 'Overseerr',
platform: 'Overseerr',
},
});
Expand Down

0 comments on commit f7146e4

Please sign in to comment.