This commit is contained in:
marco
2020-01-08 21:09:40 +01:00
parent 31ae3b7d9e
commit 6850d8a92d
+1 -1
View File
@@ -37,7 +37,7 @@ def afther_stop(item):
if next_file: if next_file:
play_next = False play_next = False
time_limit = time() + 30 time_limit = time() + 30
TimeFromEnd = congig.get_setting('next_ep_seconds') TimeFromEnd = config.get_setting('next_ep_seconds')
while not platformtools.is_playing() and time() < time_limit: while not platformtools.is_playing() and time() < time_limit:
sleep(1) sleep(1)
while platformtools.is_playing() and play_next == False: while platformtools.is_playing() and play_next == False: