mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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:
|
||||
self.run_internal()
|
||||
except Exception as e:
|
||||
utils.window('emby_dbScan', clear=True)
|
||||
xbmcgui.Dialog().ok(
|
||||
heading="Emby for Kodi",
|
||||
line1=(
|
||||
|
|
Loading…
Reference in a new issue