You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
update modules
This commit is contained in:
@@ -134,7 +134,7 @@ def parse_playlistfile(playlist_path: Path) -> tuple[dict[str, str], list[tuple[
|
||||
out.append(([f for f in glob.glob(line) if os.path.isfile(f)], arguments))
|
||||
return global_arguments, out
|
||||
|
||||
def play_playlist(playlist_path, starting_index: int = 0):
|
||||
def play_playlist(playlist_path: Path, starting_index: int = 0):
|
||||
assert playlist_advisor
|
||||
|
||||
try: global_args, parsed = parse_playlistfile(playlist_path)
|
||||
|
||||
Reference in New Issue
Block a user