mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Fix log typo
This commit is contained in:
parent
9c585b682c
commit
6ebabf7805
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ class Main:
|
||||||
xbmcgui.Dialog().ok(heading="Emby for Kodi",
|
xbmcgui.Dialog().ok(heading="Emby for Kodi",
|
||||||
line1=("Unable to run the sync, the add-on is not "
|
line1=("Unable to run the sync, the add-on is not "
|
||||||
"connected to the Emby server."))
|
"connected to the Emby server."))
|
||||||
log("EMBY", "Not connected to the emby server.", 1)
|
log("Not connected to the emby server.", 1)
|
||||||
return
|
return
|
||||||
|
|
||||||
if window('emby_dbScan') != "true":
|
if window('emby_dbScan') != "true":
|
||||||
|
@ -123,7 +123,7 @@ class Main:
|
||||||
else:
|
else:
|
||||||
lib.fullSync(repair=True)
|
lib.fullSync(repair=True)
|
||||||
else:
|
else:
|
||||||
log("EMBY", "Database scan is already running.", 1)
|
log("Database scan is already running.", 1)
|
||||||
|
|
||||||
elif mode == "texturecache":
|
elif mode == "texturecache":
|
||||||
import artwork
|
import artwork
|
||||||
|
|
Loading…
Reference in a new issue