0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-27 06:03:52 +01:00

change indentation

This commit is contained in:
2025-09-01 12:04:11 +02:00
parent 7f3cfbac54
commit 504423657b

View File

@@ -411,7 +411,7 @@ def play_playlist(playlist_path, custom_playlist: bool=False, play_newest_first=
current_process.wait()
with process_lock:
current_process = None
continue
continue
# Update state before playing
stateman.update_current_state(track_path, playlist_path, i)