diff --git a/platformcode/xbmc_videolibrary.py b/platformcode/xbmc_videolibrary.py index 8a5c7146..cb5cf522 100644 --- a/platformcode/xbmc_videolibrary.py +++ b/platformcode/xbmc_videolibrary.py @@ -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