mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fix X-Plex-Client-Identifier to send unique id per client, not static value.
This commit is contained in:
parent
7bf45f8bef
commit
4f1056cf87
4 changed files with 14 additions and 2 deletions
|
@ -28,6 +28,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'PMS_TOKEN': (str, 'PMS', ''),
|
||||
'PMS_USERNAME': (str, 'PMS', ''),
|
||||
'PMS_USE_BIF': (int, 'PMS', 0),
|
||||
'PMS_UUID': (str, 'PMS', ''),
|
||||
'TIME_FORMAT': (str, 'General', 'HH:mm'),
|
||||
'API_ENABLED': (int, 'General', 0),
|
||||
'API_KEY': (str, 'General', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue