From 008a7c0684e396bef722651a7b88932c82c7fba2 Mon Sep 17 00:00:00 2001 From: Kuba <132459354+KubaPro010@users.noreply.github.com> Date: Sat, 11 Oct 2025 19:10:50 +0200 Subject: [PATCH] make sure nothing is playing when we start the playlist --- radioPlayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radioPlayer.py b/radioPlayer.py index 7b6654f..042c060 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -214,6 +214,7 @@ def parse_playlistfile(playlist_path: str): return global_arguments, out def play_playlist(playlist_path, custom_playlist: bool=False): + procman.stop_all(1) last_modified_time = Time.get_playlist_modification_time(playlist_path) try: