diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index e31a83cb..8cfa096a 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -670,6 +670,7 @@ class LibrarySync(threading.Thread): return True + @utils.profiling() def tvshows(self, embycursor, kodicursor, pdialog): # Get shows from emby @@ -906,7 +907,7 @@ class LibrarySync(threading.Thread): "You should restart Kodi now. " "Please report this on the forum.")) raise - @utils.profiling() + def run_internal(self): dialog = xbmcgui.Dialog()