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",
|
||||
line1=("Unable to run the sync, the add-on is not "
|
||||
"connected to the Emby server."))
|
||||
log("EMBY", "Not connected to the emby server.", 1)
|
||||
log("Not connected to the emby server.", 1)
|
||||
return
|
||||
|
||||
if window('emby_dbScan') != "true":
|
||||
|
@ -123,7 +123,7 @@ class Main:
|
|||
else:
|
||||
lib.fullSync(repair=True)
|
||||
else:
|
||||
log("EMBY", "Database scan is already running.", 1)
|
||||
log("Database scan is already running.", 1)
|
||||
|
||||
elif mode == "texturecache":
|
||||
import artwork
|
||||
|
|
Loading…
Reference in a new issue