0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
Kuba
2025-10-14 15:39:35 +02:00
parent ddf0dfb4cb
commit cd8cb775df

View File

@@ -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