mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -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
|
@ -274,6 +274,7 @@ class WebInterface(object):
|
|||
"pms_port": plexpy.CONFIG.PMS_PORT,
|
||||
"pms_token": plexpy.CONFIG.PMS_TOKEN,
|
||||
"pms_use_bif": checked(plexpy.CONFIG.PMS_USE_BIF),
|
||||
"pms_uuid": plexpy.CONFIG.PMS_UUID,
|
||||
"plexwatch_database": plexpy.CONFIG.PLEXWATCH_DATABASE,
|
||||
"date_format": plexpy.CONFIG.DATE_FORMAT,
|
||||
"time_format": plexpy.CONFIG.TIME_FORMAT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue