diff --git a/plexpy/macos.py b/plexpy/macos.py index 1426df10..429f2c8b 100644 --- a/plexpy/macos.py +++ b/plexpy/macos.py @@ -63,8 +63,6 @@ def set_startup(): else: args = [exe, plexpy.FULL_PATH] - args += ['--nolaunch'] - plist_dict = { 'Label': common.PRODUCT, 'ProgramArguments': args, diff --git a/plexpy/windows.py b/plexpy/windows.py index 61047213..f7f1e6ee 100644 --- a/plexpy/windows.py +++ b/plexpy/windows.py @@ -119,8 +119,6 @@ def set_startup(): else: args = [exe, plexpy.FULL_PATH] - args += ['--nolaunch'] - cmd = ' '.join(shlex.quote(arg) for arg in args).replace('python.exe', 'pythonw.exe').replace("'", '"') if plexpy.CONFIG.LAUNCH_STARTUP: