You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
whoops
This commit is contained in:
@@ -231,7 +231,7 @@ def play_playlist(playlist_path):
|
||||
if active_modifier:
|
||||
track_tuple = active_modifier.play(i, old_track_tuple)
|
||||
modified = True
|
||||
logger.debug(repr(old_track_tuple), repr(track_tuple), repr(old_track_tuple != track_path))
|
||||
logger.debug(repr(old_track_tuple), repr(track_tuple), repr(old_track_tuple != track_tuple))
|
||||
if old_track_tuple != track_tuple:
|
||||
max_iterator += 1
|
||||
modified = True
|
||||
|
||||
Reference in New Issue
Block a user