diff --git a/plexpy/__init__.py b/plexpy/__init__.py index 41316a5b..a02f43f6 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -2188,6 +2188,8 @@ def shutdown(restart=False, update=False, checkout=False, reset=False): if WIN_SYS_TRAY_ICON: WIN_SYS_TRAY_ICON.shutdown() + elif MAC_SYS_TRAY_ICON: + MAC_SYS_TRAY_ICON.shutdown() if restart: logger.info("Tautulli is restarting...")