mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Set different client ID when fetching a new Plex token
This commit is contained in:
parent
ef8557b50a
commit
e34e775f41
6 changed files with 16 additions and 14 deletions
|
@ -50,6 +50,7 @@ FILENAME = "config.ini"
|
|||
_CONFIG_DEFINITIONS = {
|
||||
'ALLOW_GUEST_ACCESS': (int, 'General', 0),
|
||||
'DATE_FORMAT': (str, 'General', 'YYYY-MM-DD'),
|
||||
'PMS_CLIENT_ID': (str, 'PMS', ''),
|
||||
'PMS_IDENTIFIER': (str, 'PMS', ''),
|
||||
'PMS_IP': (str, 'PMS', '127.0.0.1'),
|
||||
'PMS_IS_CLOUD': (int, 'PMS', 0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue