moved music to ~/a/m
This commit is contained in:
parent
4d1a2693da
commit
f7b316b645
|
@ -142,7 +142,7 @@ if __name__ == "__main__":
|
||||||
parser = ArgumentParser()
|
parser = ArgumentParser()
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--playlist",
|
"--playlist",
|
||||||
default=os.path.expanduser('~') + "/m",
|
default=os.path.expanduser('~') + "a/m",
|
||||||
help="path to the folder with the playlist to play",
|
help="path to the folder with the playlist to play",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user