From cfa6de4d91b1c7ea570b3180f0813ab06ecebfe2 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 24 Feb 2018 09:02:46 -0800 Subject: [PATCH] Remove content group --- plexpy/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plexpy/__init__.py b/plexpy/__init__.py index 4cfa4210..6ae73238 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -1699,7 +1699,6 @@ def initialize_tracker(): 'dimension1': '{} {}'.format(common.PLATFORM, common.PLATFORM_VERSION), # App Platform 'userLanguage': plexpy.SYS_LANGUAGE, 'documentEncoding': plexpy.SYS_ENCODING, - 'contentGroup': 'dev' if DEV else 'production', 'noninteractive': True }