moved music to ~/a/m

This commit is contained in:
JJJHolscher 2024-09-09 17:35:37 +02:00
parent 4d1a2693da
commit f7b316b645

View File

@ -142,7 +142,7 @@ if __name__ == "__main__":
parser = ArgumentParser()
parser.add_argument(
"--playlist",
default=os.path.expanduser('~') + "/m",
default=os.path.expanduser('~') + "a/m",
help="path to the folder with the playlist to play",
)
parser.add_argument(