You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
that is wrong
This commit is contained in:
@@ -254,9 +254,9 @@ def play_playlist(playlist_path):
|
||||
|
||||
logger.info(f"Now playing: {track_name}")
|
||||
if modified:
|
||||
logger.info(f"Next up: {os.path.basename(playlist[i][0])}")
|
||||
else:
|
||||
if (i + 1) < len(playlist): logger.info(f"Next up: {os.path.basename(playlist[i+1][0])}")
|
||||
else:
|
||||
logger.info(f"Next up: {os.path.basename(playlist[i][0])}")
|
||||
|
||||
pr = procman.play(track_path, to_fade_in, to_fade_out)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user