You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
hang on no
This commit is contained in:
@@ -227,6 +227,7 @@ def play_playlist(playlist_path):
|
||||
procman.wait_all()
|
||||
return
|
||||
|
||||
track_tuple = playlist[i]
|
||||
if active_modifier:
|
||||
track_tuple = active_modifier.play(i, track_tuple)
|
||||
modified = True
|
||||
@@ -261,6 +262,7 @@ def play_playlist(playlist_path):
|
||||
|
||||
if official: print_wait(ttw, 1, pr.duration, f"{track_name}: ")
|
||||
else: time.sleep(ttw)
|
||||
i += 1
|
||||
|
||||
def main():
|
||||
global playlist_advisor, active_modifier
|
||||
|
||||
Reference in New Issue
Block a user