Fix reset
Fixes if there's a crash, unable to reset
This commit is contained in:
parent
b9ba092e12
commit
993ef282e7
1 changed files with 1 additions and 0 deletions
|
@ -1122,6 +1122,7 @@ class LibrarySync(threading.Thread):
|
||||||
try:
|
try:
|
||||||
self.run_internal()
|
self.run_internal()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
utils.window('emby_dbScan', clear=True)
|
||||||
xbmcgui.Dialog().ok(
|
xbmcgui.Dialog().ok(
|
||||||
heading="Emby for Kodi",
|
heading="Emby for Kodi",
|
||||||
line1=(
|
line1=(
|
||||||
|
|
Loading…
Reference in a new issue