and3rson / clay

Awesome standalone command line player for Google Play Music.
GNU General Public License v3.0
157 stars 11 forks source link

Fixed #43: Queue next track fix #44

Closed agg23 closed 6 years ago

agg23 commented 6 years ago

The last track in the queue was never playable due to an arithmetic error. This has the side effect of not playing the second track if only two tracks are in the queue.

Merge after #41.

ValentijnvdBeek commented 6 years ago

Hi Adam,

I'll take a look at this after #41 is merged, but seeing that it is so small it probably going to be alright. In the future it is probably prudent to switch back to the master branch before doing more chances, pushing on the other branch (change is very small) or taking out the commit using a git rebase.

agg23 commented 6 years ago

Fixed #41 requirement