This commit is contained in:
2026-04-11 19:54:51 +02:00
parent 48c955b527
commit 6e3db6d498
5 changed files with 107 additions and 10 deletions
+1 -1
View File
@@ -54,4 +54,4 @@ class PlaintextParser(PlaylistParser):
out.append(([f for f in glob.glob(line) if Path(f).is_file()], arguments))
return global_arguments, out
parser = PlaintextParser()
# parser = PlaintextParser()