From 6ebabf780563a17523fce2b5fd2668646b336137 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 18 Jun 2016 18:52:35 -0500 Subject: [PATCH] Fix log typo --- default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.py b/default.py index 9a686753..72e3ebfa 100644 --- a/default.py +++ b/default.py @@ -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