0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

make sure nothing is playing when we start the playlist

This commit is contained in:
Kuba
2025-10-11 19:10:50 +02:00
parent 2ad33ca2c1
commit 008a7c0684

View File

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