From 993ef282e7ee17a73fd2967b07cda383410b92ac Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Tue, 12 Jan 2016 22:52:49 -0600 Subject: [PATCH] Fix reset Fixes if there's a crash, unable to reset --- resources/lib/librarysync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index b193b1d4..4ceb468e 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -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=(