You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
fix bug
This commit is contained in:
@@ -112,7 +112,7 @@ class PlaylistParser:
|
|||||||
for arg in args:
|
for arg in args:
|
||||||
key, val = arg.split("=", 1)
|
key, val = arg.split("=", 1)
|
||||||
arguments[key] = val
|
arguments[key] = val
|
||||||
out.append(([f for f in Path().glob(line) if Path(f).is_file()], arguments))
|
out.append(([f for f in glob.glob(line) if Path(f).is_file()], arguments))
|
||||||
return global_arguments, out
|
return global_arguments, out
|
||||||
|
|
||||||
class RadioPlayer:
|
class RadioPlayer:
|
||||||
|
|||||||
Reference in New Issue
Block a user