mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
fix lang
This commit is contained in:
parent
ef4696ff2f
commit
52752f4fc1
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class LibrarySync(threading.Thread):
|
|||
|
||||
except (KeyError, TypeError):
|
||||
log.error("Failed to retrieve latest updates using fast sync.")
|
||||
xbmcgui.Dialog().ok(language(29999), language(33095))
|
||||
xbmcgui.Dialog().ok(lang(29999), lang(33095))
|
||||
return False
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue