mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-08 10:25:08 +00:00
Fix dialog/prop
This commit is contained in:
parent
48daed72b2
commit
0d5e718553
2 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,7 @@ def progress(message=None):
|
|||
if item:
|
||||
args = (item,) + args
|
||||
|
||||
kwargs['dialog'] = dialog
|
||||
result = func(self, *args, **kwargs)
|
||||
result = func(self, dialog=dialog, *args, **kwargs)
|
||||
dialog.close()
|
||||
|
||||
return result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue