Fix ricerca globale e rinumerzione
This commit is contained in:
@@ -90,6 +90,7 @@ def busy(state):
|
|||||||
|
|
||||||
# Main
|
# Main
|
||||||
def start(itemlist, item=None):
|
def start(itemlist, item=None):
|
||||||
|
if not itemlist: return
|
||||||
if type(itemlist) == Item:
|
if type(itemlist) == Item:
|
||||||
item = itemlist
|
item = itemlist
|
||||||
if item.channel in ['autorenumber']:
|
if item.channel in ['autorenumber']:
|
||||||
|
|||||||
@@ -749,6 +749,7 @@ class SearchWindow(xbmcgui.WindowXMLDialog):
|
|||||||
while not xbmc.Player().getTime() > 0:
|
while not xbmc.Player().getTime() > 0:
|
||||||
xbmc.sleep(500)
|
xbmc.sleep(500)
|
||||||
self.close()
|
self.close()
|
||||||
|
xbmc.sleep(500)
|
||||||
while xbmcgui.getCurrentWindowId() in [12005, 12006]:
|
while xbmcgui.getCurrentWindowId() in [12005, 12006]:
|
||||||
xbmc.sleep(500)
|
xbmc.sleep(500)
|
||||||
if platformtools.is_playing():
|
if platformtools.is_playing():
|
||||||
|
|||||||
Reference in New Issue
Block a user