Commit graph

2 commits

Author SHA1 Message Date
Jason Waataja caf2003d96 Fix addnext failing on an empty queue
Previously, addnext would try to unconditionally add at index one into a
queue. This panicked if the queue was empty. Added two protections, one
that checks the index in the InsertTrack function, the other in the
addnext command itself to insert at zero if the queue is empty.
2018-07-20 17:49:10 -07:00
Matthieu Grieger b32d064480 Bump to version 3.0.0 2016-06-20 17:16:05 -07:00