mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Update X-Plex headers
This commit is contained in:
parent
b5f2f55972
commit
6d365c174a
2 changed files with 5 additions and 3 deletions
|
@ -23,6 +23,7 @@ PLATFORM = platform.system()
|
|||
PLATFORM_RELEASE = platform.release()
|
||||
PLATFORM_VERSION = platform.version()
|
||||
PLATFORM_LINUX_DISTRO = ' '.join(x for x in platform.linux_distribution() if x)
|
||||
PLATFORM_DEVICE_NAME = platform.node()
|
||||
BRANCH = version.PLEXPY_BRANCH
|
||||
RELEASE = version.PLEXPY_RELEASE_VERSION
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue