From 883280be0942312e84355d3ba367e710ea982d9c Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 10 May 2018 08:52:28 -0700 Subject: [PATCH] Add Linux distro to Google Analytics --- plexpy/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plexpy/__init__.py b/plexpy/__init__.py index b6f96619..7ccb8568 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -1824,6 +1824,7 @@ def initialize_tracker(): 'appId': plexpy.INSTALL_TYPE, 'appInstallerId': plexpy.CONFIG.GIT_BRANCH, 'dimension1': '{} {}'.format(common.PLATFORM, common.PLATFROM_RELEASE), # App Platform + 'dimension2': common.PLATFORM_LINUX_DISTRO, # Linux Distro 'userLanguage': plexpy.SYS_LANGUAGE, 'documentEncoding': plexpy.SYS_ENCODING, 'noninteractive': True