christopher-dG / gpymusic

Google Py Music: A simple TUI client for Google Play Music
MIT License
200 stars 13 forks source link

`queue` command doesn't sanitize arguments #15

Closed jackkinsey closed 7 years ago

jackkinsey commented 7 years ago

Using develop branch. Running q 03 04 got me a crash with the exception being a ValueError from an int() call. Side note: being able to queue multiple songs at once (as I tried here), or queue a range (say, q 01-09) of values, would be useful.

christopher-dG commented 7 years ago

This fix will be committed soon, I reorganized most things and now both free and full clients use the same queue function (the one for paid accounts already has the q 1 2 3 functionality). Just getting one last thing sorted out.