From 0b1a53e83909357ff092145d5f92792fcda96153 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Wed, 13 Apr 2016 16:19:24 +0200 Subject: [PATCH] More logging --- resources/lib/librarysync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 5de5d2cf..37d649b0 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -524,6 +524,7 @@ class LibrarySync(Thread): with kodidb.GetKodiDB('video') as kodi_db: try: kodi_db.pathHack() + self.logMsg('Path hack successful', 1) except Exception as e: # Empty movies, tv shows? self.logMsg('Path hack failed with error message: %s'