Fix log typo

This commit is contained in:
angelblue05 2016-06-18 18:52:35 -05:00
parent 9c585b682c
commit 6ebabf7805
1 changed files with 2 additions and 2 deletions

View File

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