typo
This commit is contained in:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user