diff --git a/plexpy/__init__.py b/plexpy/__init__.py index efd8f720..641440af 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -469,7 +469,7 @@ def start(): if not CONFIG.FIRST_RUN_COMPLETE: analytics_event(category='system', action='install') - if _UPDATE: + elif _UPDATE: analytics_event(category='system', action='update') analytics_event(category='system', action='start')