mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
fix bug
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ class PlaylistParser:
|
||||
for arg in args:
|
||||
key, val = arg.split("=", 1)
|
||||
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
|
||||
|
||||
class RadioPlayer:
|
||||
|
||||
Reference in New Issue
Block a user