mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove profiling
This commit is contained in:
parent
6837144ba7
commit
269205fe97
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue