This commit is contained in:
shaun 2016-11-28 19:03:27 +11:00
parent ef4696ff2f
commit 52752f4fc1
1 changed files with 1 additions and 1 deletions

View File

@ -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: