mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Use client headers for OAuth
This commit is contained in:
parent
434cb89ba8
commit
3fd0708d21
5 changed files with 89 additions and 86 deletions
|
@ -1863,7 +1863,7 @@ def generate_uuid():
|
|||
def initialize_tracker():
|
||||
data = {
|
||||
'dataSource': 'server',
|
||||
'appName': 'Tautulli',
|
||||
'appName': common.PRODUCT,
|
||||
'appVersion': common.RELEASE,
|
||||
'appId': plexpy.INSTALL_TYPE,
|
||||
'appInstallerId': plexpy.CONFIG.GIT_BRANCH,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue