More logging
This commit is contained in:
parent
a089dc6e04
commit
0b1a53e839
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue