mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix dialog in manual sync
This commit is contained in:
parent
2ef213b4e3
commit
663fe1f563
1 changed files with 1 additions and 1 deletions
|
@ -1073,7 +1073,7 @@ class ManualSync(LibrarySync):
|
|||
embyboxsets = []
|
||||
|
||||
if pdialog:
|
||||
pdialog.update("Emby for Kodi", lang(33027))
|
||||
pdialog.update(heading="Emby for Kodi", message=lang(33027))
|
||||
|
||||
for boxset in boxsets['Items']:
|
||||
|
||||
|
|
Loading…
Reference in a new issue