mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove refresh
Causes a double refresh on screen
This commit is contained in:
parent
bc819bdbf5
commit
975d0aa10d
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ class ContextMenu(object):
|
||||||
if self._select_menu():
|
if self._select_menu():
|
||||||
self._action_menu()
|
self._action_menu()
|
||||||
|
|
||||||
xbmc.sleep(500)
|
#xbmc.sleep(500)
|
||||||
xbmc.executebuiltin('Container.Refresh')
|
#xbmc.executebuiltin('Container.Refresh')
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _get_item_type(cls):
|
def _get_item_type(cls):
|
||||||
|
|
Loading…
Reference in a new issue