Check for Foundation module for MacOS system track icon

* Fixes Tautulli/Tautulli-Issues#249
This commit is contained in:
JonnyWong16 2020-06-13 14:36:47 -07:00
parent 7f9d46eac3
commit 4390f5cbc8
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -259,6 +259,7 @@ def main():
if common.PLATFORM == 'Darwin' and plexpy.CONFIG.SYS_TRAY_ICON:
try:
import AppKit
import Foundation
except ImportError:
logger.warn("The pyobjc module is missing. Install this "
"module to enable the system tray icon.")