mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-13 18:43:17 +00:00
Add reset password dialog to addon menu
This commit is contained in:
parent
3f63b3d0e0
commit
22b5d413fd
5 changed files with 16 additions and 2 deletions
|
|
@ -253,8 +253,9 @@ class Connect(object):
|
|||
client.set_credentials(get_credentials())
|
||||
manager = client.auth
|
||||
|
||||
username = settings('username')
|
||||
try:
|
||||
self.login_manual(manager=manager)
|
||||
self.login_manual(user=username, manager=manager)
|
||||
except RuntimeError:
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue