mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-07 18:08:50 +00:00
Update deprecated isPassword functionality
and dialog line1 to message parameter rename. The isPassword change likely bumps minimum version up to Kodi 18. This can be worked around if desirable.
This commit is contained in:
parent
e9838a9155
commit
a6241d25db
13 changed files with 41 additions and 33 deletions
|
@ -121,7 +121,7 @@ class Actions(object):
|
|||
|
||||
if settings('askCinema') == "true":
|
||||
|
||||
resp = dialog("yesno", heading="{jellyfin}", line1=translate(33016))
|
||||
resp = dialog("yesno", "{jellyfin}", translate(33016))
|
||||
if not resp:
|
||||
|
||||
enabled = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue