Fix Episodio Successivo

This commit is contained in:
Alhaziel01
2021-04-09 15:04:49 +02:00
parent ae13866937
commit f514c3899b

View File

@@ -1393,7 +1393,7 @@ class NextDialog(xbmcgui.WindowXMLDialog):
self.setProperty("next_img", img)
self.setProperty("title", info["tvshowtitle"])
self.setProperty("ep_title", "%dx%02d - %s" % (info["season"], info["episode"], info["title"]))
self.doModal()
self.show()
def set_exit(self, EXIT):
self.EXIT = EXIT