Videoteca DB

This commit is contained in:
Alhaziel01
2021-05-11 18:56:11 +02:00
parent 9b70993ad6
commit c942f9b4ec
18 changed files with 1514 additions and 1563 deletions
+1
View File
@@ -69,6 +69,7 @@ class InfoWindow(xbmcgui.WindowXMLDialog):
self.response = self.results[int(self.getControl(SELECT).getSelectedItem().getProperty('position'))]
self.close()
elif control_id == CLOSE:
self.response = None
self.close()
def onAction(self, action):