Fix Ricerca globale
This commit is contained in:
@@ -390,7 +390,7 @@ class SearchWindow(xbmcgui.WindowXML):
|
|||||||
self.CHANNELS.addItems(self.channels)
|
self.CHANNELS.addItems(self.channels)
|
||||||
self.CHANNELS.selectItem(pos)
|
self.CHANNELS.selectItem(pos)
|
||||||
self.setFocusId(CHANNELS)
|
self.setFocusId(CHANNELS)
|
||||||
if valid:
|
if valid and self.CHANNELS.size():
|
||||||
item = self.CHANNELS.getListItem(0)
|
item = self.CHANNELS.getListItem(0)
|
||||||
resultsList = item.getProperty('items')
|
resultsList = item.getProperty('items')
|
||||||
for result in valid:
|
for result in valid:
|
||||||
|
|||||||
Reference in New Issue
Block a user