You've already forked RadioPlayer
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:
@@ -214,6 +214,7 @@ def parse_playlistfile(playlist_path: str):
|
|||||||
return global_arguments, out
|
return global_arguments, out
|
||||||
|
|
||||||
def play_playlist(playlist_path, custom_playlist: bool=False):
|
def play_playlist(playlist_path, custom_playlist: bool=False):
|
||||||
|
procman.stop_all(1)
|
||||||
last_modified_time = Time.get_playlist_modification_time(playlist_path)
|
last_modified_time = Time.get_playlist_modification_time(playlist_path)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user