This commit is contained in:
Kuba
2025-10-14 15:39:35 +02:00
parent ddf0dfb4cb
commit cd8cb775df
+1 -1
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