Use Plex dialog
This commit is contained in:
parent
c4f6a441b6
commit
1fe244e8a6
1 changed files with 1 additions and 3 deletions
|
@ -253,9 +253,7 @@ def _sign_in_with_pin():
|
||||||
pinlogin = PinLogin()
|
pinlogin = PinLogin()
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
# Could not sign in to plex.tv Try again later
|
# Could not sign in to plex.tv Try again later
|
||||||
utils.dialog('ok',
|
utils.messageDialog(utils.lang(29999), utils.lang(39305))
|
||||||
heading='{plex}',
|
|
||||||
line1=utils.lang(39305))
|
|
||||||
return
|
return
|
||||||
pin_login_window.setPin(pinlogin.pin)
|
pin_login_window.setPin(pinlogin.pin)
|
||||||
pinlogin.start_token_poll()
|
pinlogin.start_token_poll()
|
||||||
|
|
Loading…
Add table
Reference in a new issue