- Fix Ordinamento Server

- Fix Menu Rapido
This commit is contained in:
Alhaziel01
2021-06-17 12:17:17 +02:00
parent 4e0174a36a
commit 9f41be6da0
2 changed files with 4 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ class Main(xbmcgui.WindowXMLDialog):
def submenu(self):
itmlist = []
channel_name = self.MENU.getSelectedItem().getProperty('channel')
focus = int(self.MENU.getSelectedItem().getProperty('focus'))
if channel_name == 'channelselector':