Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/f7146e41899a59f75b963e1cc9dac9eddf24aebe You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

fixes 
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: {
identifier: settings.clientId,
product: 'Overseerr',
deviceName: settings.main.applicationTitle,
deviceName: 'Overseerr',
platform: 'Overseerr',
},
});

Loading…
Cancel
Save