Fix ImportError for Plex Companion gdm issues

- Partially fixes #568
This commit is contained in:
croneter 2018-12-09 13:07:36 +01:00
parent 80414ea0d4
commit 4f750379f1

View file

@ -121,7 +121,7 @@ class plexgdm:
"be registered. Change the Plex Companion update port!" "be registered. Change the Plex Companion update port!"
% self.client_update_port) % self.client_update_port)
if utils.settings('companion_show_gdm_port_warning') == 'true': if utils.settings('companion_show_gdm_port_warning') == 'true':
from .windows import optionsdialog from ..windows import optionsdialog
# Plex Companion could not open the GDM port. Please change it # Plex Companion could not open the GDM port. Please change it
# in the PKC settings. # in the PKC settings.
if optionsdialog.show(utils.lang(29999), if optionsdialog.show(utils.lang(29999),