You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
oh
This commit is contained in:
@@ -329,6 +329,7 @@ def play_audio_with_crossfade(current_track_path, next_track_path=None, resume_s
|
||||
return None
|
||||
|
||||
def play_playlist(playlist_path, custom_playlist: bool=False, play_newest_first=False, do_shuffle=True):
|
||||
global current_process, next_process
|
||||
last_modified_time = get_playlist_modification_time(playlist_path)
|
||||
tracks = load_playlist(playlist_path)
|
||||
if not tracks:
|
||||
|
||||
Reference in New Issue
Block a user