Skip to content

Commit

Permalink
Pass additional btplay args to btfs
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jan 10, 2016
1 parent 2c1d5e7 commit 183f852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/btplay
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ playlist = os.path.join(d, "playlist.m3u")

os.mkdir(mountpoint)

ret = subprocess.call(("btfs", sys.argv[1], mountpoint, ))
ret = subprocess.call(["btfs", sys.argv[1], mountpoint, ] + sys.argv[1:])

if ret == 0:
try:
Expand Down

0 comments on commit 183f852

Please sign in to comment.