Fix mark_as_watched_subThread

This commit is contained in:
Alhaziel01
2021-03-19 18:37:09 +01:00
parent 1d42a2ec02
commit 7aaed87dfe
2 changed files with 7 additions and 7 deletions

View File

@@ -1234,7 +1234,8 @@ def resume_playback(played_time):
if action in self.action_exitkeys_id:
self.set_values(False)
self.close()
if played_time:
if played_time and played_time > 30:
Dialog = ResumePlayback('ResumePlayback.xml', config.get_runtime_path(), played_time=played_time)
Dialog.show()
t = 0