Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -75,7 +75,6 @@ def mark_auto_as_watched(item):
|
|||||||
# check for next Episode
|
# check for next Episode
|
||||||
if next_episode and sync and time_from_end >= difference:
|
if next_episode and sync and time_from_end >= difference:
|
||||||
nextdialog = NextDialog(ND, config.get_runtime_path())
|
nextdialog = NextDialog(ND, config.get_runtime_path())
|
||||||
nextdialog.show()
|
|
||||||
while platformtools.is_playing() and not nextdialog.is_exit():
|
while platformtools.is_playing() and not nextdialog.is_exit():
|
||||||
xbmc.sleep(100)
|
xbmc.sleep(100)
|
||||||
if nextdialog.continuewatching:
|
if nextdialog.continuewatching:
|
||||||
@@ -1394,6 +1393,7 @@ class NextDialog(xbmcgui.WindowXMLDialog):
|
|||||||
self.setProperty("next_img", img)
|
self.setProperty("next_img", img)
|
||||||
self.setProperty("title", info["tvshowtitle"])
|
self.setProperty("title", info["tvshowtitle"])
|
||||||
self.setProperty("ep_title", "%dx%02d - %s" % (info["season"], info["episode"], info["title"]))
|
self.setProperty("ep_title", "%dx%02d - %s" % (info["season"], info["episode"], info["title"]))
|
||||||
|
self.doModal()
|
||||||
|
|
||||||
def set_exit(self, EXIT):
|
def set_exit(self, EXIT):
|
||||||
self.EXIT = EXIT
|
self.EXIT = EXIT
|
||||||
|
|||||||
Reference in New Issue
Block a user